error message “qemu-system-i386.exe has stopped wo

2020-02-09 00:46发布

I am using windows 7 with 4GB of RAM and I'm using the latest version of android studio 2.2.3 and I am getting this message when I run the emulator

"qemu-system-i386.exe has stopped working"

I tried minimizing ram and resolution and it didn't work, also haxm is installed, could you please help me with this issue?

9条回答
够拽才男人
2楼-- · 2020-02-09 01:33

I had the same issue solved it by changing the Emulated Performance to Software GLES-2.0,I saw previous post and tried using Host GPU but since that option is not available in my Android Studio(2.2.3). I tried this and it worked

enter image description here

查看更多
3楼-- · 2020-02-09 01:38

I am on Windows 7 X64, 4gb of RAM with dual core. Studio 2.3.3 I'll avoid studio emulator, Rather go with CMD.

You will get the ERROR why qemu-system-i386.exe has stopped working

My ERROR:

emulator: ERROR: Could not initialize OpenglES emulation, use '-gpu off' to disable it.

then USE command:

emulator.exe @YourAVDName -gpu off

查看更多
仙女界的扛把子
4楼-- · 2020-02-09 01:43

I had this problem occur after using the same emulator for a while with no issues. What solved it for me was in AVD Manager > Actions select:

1) Wipe data

2) Cold boot.

查看更多
登录 后发表回答