android ------ Emulator: error: x86 emulation currently requires hardware acceleration

我创建 Android 模拟器,运行项目时出现了一个这样的错误;


如下:

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!

 

错误分析:

电脑没有启用虚拟技术(HAXM没有开)或者没有安装Intel HAXM软件,可是“HAXM”到底是什么呀?

Android SDK已经集成了这个软件,你需要做的就是找到他,然后安装它就是了。

 

    android ------ Emulator: error: x86 emulation currently requires hardware acceleration

 

安装时又出现了一个这样的问题

android ------ Emulator: error: x86 emulation currently requires hardware acceleration

Android SDK已经集成了这个软件,你需要做的就是找到他,然后安装它就是了。
 

android ------ Emulator: error: x86 emulation currently requires hardware acceleration

 

android ------ Emulator: error: x86 emulation currently requires hardware acceleration

 重新启动安装HAXM,就成功了!

android ------ Emulator: error: x86 emulation currently requires hardware acceleration

 

这样就可以运行模拟器了。

android ------ Emulator: error: x86 emulation currently requires hardware acceleration