emulator: ERROR: x86 emulation currently requires hardware acceleration!

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!

Android Studio 1.0 已经放出来了,以后的Android平台开发激昂逐步从Eclipse向Android Studio迁移,为了能不落伍我也特意从Google下载了Android Studio的安装包,并且兴高采烈地创建了我的第一个android项目。但是当运行的时候就他么悲催了。

BaiduShurufa_2014-12-22_13-56-25

这是Inter官网告诉我的,作用是管理硬件加速的,估计是用了这个东西模拟器就能告别Eclipse时代的龟速。

你也可以在Inter官网下载这个HAXM,当然Android SDK已经集成了这个软件,你需要做的就是找到他,然后安装它就是了。

他的位置放在这个目录下:

BaiduShurufa_2014-12-22_13-55-38

当然你的位置可能会不一样,如果找不到就没必要死磕开发了。

如果问题就这样解决了,那也太小儿科了吧;当我双击安装,问题又来了:

BaiduShurufa_2014-12-22_13-54-59

this computer meets the requirements for haxm but intel virtualization technology(VT-x) is not turned onHAXM cannot be installed until VT-x is enable 

IMG_20141222_143452

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

BaiduShurufa_2014-12-22_14-0-24

BaiduShurufa_2014-12-22_14-44-21

让我们看看Android 5.0炫酷的界面吧:

image

原文地址:https://www.cnblogs.com/ShaYeBlog/p/4603389.html