Andriod Atom x86模拟器启动报错。


转载:http://blog.csdn.net/myweishanli/article/details/40439375

Inter Atom模式的Android模拟器启动报一下错误:

Starting emulator for AVD 'new'
emulator: ERROR: x86 emulation currently requires hardware acceleration!
Please ensure Intel HAXM is properly installed and usable.
CPU acceleration status: HAX kernel module is not installed!


解决方案。

根据提示可以知道。该电脑上没有安装Intel HAXM

找到Android sdk所在的目录。其下有extras\intel\Hardware_Accelerated_Execution_Manager

把该目录下的intelhaxm.exe安装一下,就解决以上问题了。


可以参考:http://developer.android.com/tools/devices/emulator.html


你可能感兴趣的:(Andriod Atom x86模拟器启动报错。)