Android emulator-x86.exe 已停止工作

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/22328402/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 05:50:20  来源:igfitidea点击:

emulator-x86.exe has stopped working

androidandroid-emulatoravd

提问by Steve

I am getting these error at console.

我在console.

hax is not working and emulator runs in emulation mode eclipse.

hax is not working and emulator runs in emulation mode eclipse.

So I am unable to run the app in emulator.

所以我无法在模拟器中运行该应用程序。

回答by Steve

After spending a lot of time,I am come up with the answer.

花了很多时间后,我想出了答案。

  • If you are getting emulator-x86.exe has stopped working Error means:

    Try these twosteps:

    1. Change the resolution of the device 1280X800 to 800X600.

    2. Reduce the size of the Ram by 512 MB or less.

  • If you are getting Hax is not working Error means:

    Try these three steps:

    1.Hax software would be located in

    C:\Program Files\Android\android-sdk\extras\intel\Hardware_Accelerated_Execution_Manager

    Install the HAXM Driver by running "IntelHaxm.exe" in command Prompt.

    2.. if the installer fails with message that Intel VT must be turned on, you need to enable this in BIOS.

    For Eg:
    

    if You are using windows 7, press F12 key to enter into bios setting. There you can see the Intel Virtualization Technology placed in System Performance.Turn it onas enabled

    3.Then again run the "IntelHaxm.exe" in command Prompt.Everything will be works fine.

  • 如果您收到 emulator-x86.exe 已停止工作错误意味着:

    尝试以下two步骤:

    1. 更改设备分辨率 1280X800 to 800X600.

    2. 将 Ram 的大小减小 512 MB or less.

  • 如果您发现 Hax 无法正常工作错误意味着

    试试这三个步骤:

    1.Hax软件将位于

    C:\Program Files\Android\android-sdk\extras\intel\Hardware_Accelerated_Execution_Manager

    通过在命令提示符中运行“IntelHaxm.exe”来安装 HAXM 驱动程序。

    2.. 如果安装程序失败并显示必须打开 Intel VT 的消息,您需要在BIOS 中启用它。

    For Eg:
    

    如果您使用的是 Windows 7,请按 F12 键进入 bios 设置。在那里你可以看到Intel Virtualization Technology placed in System Performance.Turn it onas enabled

    3.然后再次运行命令提示中的“IntelHaxm.exe”。一切都会正常工作。

回答by danpop

In Android Studio, AVD Manager, edit the AVD you want and disable Use Host GPU under Emulated Performance. This eliminated this problem for me.

在 Android Studio 的 AVD Manager 中,编辑您想要的 AVD 并在 Emulated Performance 下禁用 Use Host GPU。这为我消除了这个问题。

回答by o.o

In my case, I solved this by un-selecting Multi-Core CPU.

就我而言,我通过取消选择多核 CPU 解决了这个问题。