问题描述
我有我的机器上安装了凌动图像一起英特尔HAXM。当我火了仿真器Android Studio中,看不到任何会告诉我,如果正在使用或不英特尔HAXM
。
I have Intel HAXM installed on my machine along with Atom image. When I fire-up emulator in Android Studio, don't see anything that would tell me if Intel HAXM
is being utilized or not.
据对英特尔的网站,在正在启动Android仿真
在Eclipse中的窗口,它显示一条消息,告知正在使用英特尔HAXM。
According to the screenshots on Intel's website, in Starting Android Emulation
window in Eclipse, it show a message, informing that Intel HAXM is being utilized.
推荐答案
如果你的模拟器与HAXM运行,你会看到类似这样的输出Android Studio中的运行控制台,与相关线路作为HAX工作位:
If your emulator is running with HAXM, you'll see output like this in your run console in Android Studio, with the relevant line being the "HAX is working" bit:
Waiting for device.
/Users/sbarta/sdk/tools/emulator -avd x86-API10 -netspeed full -netdelay none
HAX is working and emulator runs in fast virt mode
Device connected: emulator-5554
或者,根据Intel的官方安装说明英特尔硬件加速执行管理器:
Or, according to Intel's official Installation Instructions for Intel® Hardware Accelerated Execution Manager:
要验证英特尔HAXM正在运行,打开具有管理员权限的命令提示符窗口(以管理员身份运行),并执行以下命令:
sc query intelhaxm
如果英特尔HAXM正在工作,该命令将显示指示状态是状态消息:4 RUNNING
If Intel HAXM is working, the command will show a status message indicating that the state is: "4 RUNNING".
这篇关于如何找出如果Android的工作室实际上是采用了英特尔HAXM加速器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!