问题是
我得到HAX 不工作并且模拟器在模拟模式下运行",这是否与 Intel x86 Emulator Accelerator (HAXM) 安装和运行 avd 且 CPU 设置为 CPU Intel Atom (x86) 有关?尽管在我安装 HAXM 后感觉 AVD 运行得更快,但此消息是否表明 AVD 性能受到阻碍.是否应该修复?如果是,如何修复?
I get "HAX is not working and emulator runs in emulation mode", is this related to Intel x86 Emulator Accelerator (HAXM) installation and running avd with cpu set to CPU Intel Atom (x86)? And even though it feels like AVD runs faster after i installed HAXM, does this message indicates that AVD performance is hindered. Should it be fixed and if so, how?
我在 mac os x 10.9.1 上运行.
I am running on mac os x 10.9.1.
通过 android sdk manager 列出我系统上安装的内容:
==
==
AVD 设置
一旦我运行 avd:
(ruby-2.0.0-p353) .android $ tools/emulator -avd 1AVD -wipe-data -no-boot-anim -cpu-delay 0
我得到关注并最终加载模拟器
emulator: The memory needed by this VM exceeds the driver limit.
HAX is not working and emulator runs in emulation mode
是的,应该修复,HAXM 不工作.在您的 AVD 配置中设置了多少 RAM 供使用?
Yes it should be fixed, HAXM isn't working. How much RAM is set for use inside your AVD configuration ?
768M 是个不错的数字,但最重要的是,这个数字必须低于或等于您在安装 HAXM 期间设置的内存使用量.您可以再次启动它的安装来修改它.
768M is a good number for it, but most importantly this number has to be lower or equal to the memory usage you have set during the installation of HAXM. You can launch its installation again to modify it.
这篇关于如何修复:“HAX 不工作,模拟器在模拟模式下运行"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!