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

观书散遗帙,探古穷至妙。这篇文章主要讲述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

文章图片

【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

文章图片


    推荐阅读