requirement: 1. requires
the Android* SDK to be installed (version 17 or higher). SDK17或者以上 2.Intel®
processor with support for VT-x, EM64T, and Execute Disable (XD) Bit functionality Intel的CPU:并支持VT-X(虚拟化技术)、可扩展64位、Execute
Disable Bit。(均需要保证在BIOS中开启Enable) 3. At least 1 GB of available RAM 1G以上内存,否则安装不了
安装成功后命令行输入sc
query intelhaxm,查看运行状态: state
is: “4 RUNNING” ,即代表安装成功。需要更改分配内存,重新运行一下安装程序选择change即可修改。 还可以使用以下指令手动开启和关闭: Stop: sc
stop intelhaxm
Start:
sc
start intelhaxm
满足软硬件条件,若提示如下Error:but
Intel Execute Disable Bit (XD) is not turned on...... (需要开启系统数据执行保护功能DEP,下午纠结了好久才查到。官网原文:Windows*
hosts may need to enable DEP (Data Execution Prevention) in addition to Intel XD) 命令行使用指令:bcdedit.exe
/set nx optin 打开即可,需要重启电脑
二、下载Intel
Atom x86 System Image 1.
从SDK Manager下载:打开SDK Manager,展开至Android2.3.3(API10)(注意:目前只有2.3.3和4.0.3(Ice
Cream Sandwich)有x86的Image),需要和2.3.3的SDK
Platform配合使用。