问题描述
我使用的是具有 4GB RAM 的 Windows 7,并且我使用的是最新版本的 android studio 2.2.3
,当我运行模拟器时收到此消息
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 已停止工作"
"qemu-system-i386.exe has stopped working"
我尝试最小化内存和分辨率,但没有成功,还安装了 haxm,你能帮我解决这个问题吗?
I tried minimizing ram and resolution and it didn't work, also haxm is installed, could you please help me with this issue?
推荐答案
我遇到了同样的问题,通过将 Emulated Performance 更改为 Software GLES-2.0 解决了这个问题,我看到了以前的帖子并尝试使用 Host GPU,但由于该选项不是在我的 Android Studio(2.2.3) 中可用.我试过了,效果很好
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
这篇关于错误消息“qemu-system-i386.exe 已停止工作"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!