Issue
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:
- AVD runs fine if I create a fresh device. It runs fine.
- If I restart my computer and run the AVD again, it starts to show the error.
- If I close AVD and android studio and re-run the AVD without restarting, it runs fine.
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.
Solution
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.
Answered By - Siddharth Bharmoria
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.