关于Eclipse创建安卓模拟器时报Intel X86 无法使用错误!!!

来源:互联网 发布:水杯推荐 知乎 编辑:程序博客网 时间:2024/06/05 19:04

报错代码为:

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!

解决办法:

首先要打开SDK Manager 下载intel haxm,下载位置:

android-sdk\extras\intel\Hardware_Accelerated_Execution_Manager\IntelHaxm.exe

下载完毕后运行IntelHaxm.exe安装,完毕后命令行执行 sc query intelhaxm ,如果 STATE RUNNING 表示安装成功 。(如果BIOS里面没有开启Virtualization Technology,安装的时候会有相关错误提示,进BIOS开启就好)

先说一下我的电脑配置I5-2450M,型号是ThinkPad E420 1141AB2(很初级的本本)网上查询说,将Bios里CPu下的两项都启用。可我cpu下面两项Core Multi-ProcessingIntel(R) Hyper-Threading Technology都已Enabled的。打联想客服电话,得到答案是,不是在Config--CPU选项卡下,而是在Security选项卡下,将这里面的两项都启用即可。


  • 打开 SDK Manager  下载 intel x86镜像

  • 创建AVD,CPU选择 intel atom x86