问题描述
我在 console
收到这些错误.
hax 不工作,模拟器在 eclipse 仿真模式下运行
.
所以我无法在模拟器中运行应用程序.
花了很多时间,我想出了答案.
如果你得到 emulator-x86.exe has stop working 错误意味着:
<块引用>试试这
<块引用>两个
步骤:将设备分辨率
1280X800改为800X600.
将 RAM 的大小减少
512 MB 或更小.
如果你得到 Hax is not working 错误意味着:
<块引用>试试这三个步骤:
<块引用>1.Hax 软件将被定位在
<代码>C:程序FilesAndroidandroid-sdkextrasintelHardware_Accelerated_Execution_Manager
通过在命令提示符中运行IntelHaxm.exe"来安装 HAXM 驱动程序.
2.. 如果安装程序失败并显示必须打开 Intel VT 的消息,您需要在 BIOS 中启用此功能.
例如:
如果您使用的是 Windows 7,请按 F12 键进入 bios 设置.在那里您可以看到
Intel Virtualization Technology 放置在 System Performance 中
.将其 on 启用3.然后在命令提示符中再次运行IntelHaxm.exe".一切都会正常工作.
I am getting these error at console
.
hax is not working and emulator runs in emulation mode eclipse
.
So I am unable to run the app in emulator.
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
two
steps:Change the resolution of the device
1280X800 to 800X600.
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 FilesAndroidandroid-sdkextrasintelHardware_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 on as enabled3.Then again run the "IntelHaxm.exe" in command Prompt.Everything will be works fine.
这篇关于emulator-x86.exe 已停止工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!