I am new to Android Development and I ran across this issue while building Flutter apps. Every time I try to run a previously initialized Android Virtual Device I get a dialogue box saying: "Emulator process for AVD{name} was killed." What Happens:
I checked the logs and here is what I found:
Emulator: Failed to open /qemu.conf, err: 2
I have enough space in my disk, so that cannot be the issue.
If it matters I have Valorant installed and there is a dialogue box saying that it is not compatible with android studio. I have it set to disabled on startup so I don't think Volarant is an issue.
I found out the issue. Apparently setting the navigation method of the AVD to gesture causes this problem. If it is set to 3 button navigation, the issue is fixed.