Android Studio 1.0 已经放出来了,以后的Android平台开发激昂逐步从Eclipse向Android Studio迁移,为了能不落伍我也特意从Google下载了Android Studio的安装包,并且兴高采烈地创建了我的第一个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没有开,可是“HAXM”到底是什么呀?

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

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

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

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

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

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
please refer to the intel HAXM documentation for more information

好吧,继续寻求帮助Inter官方的教程有这样一段话:连接地址:https://software.intel.com/en-us/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-windows

Intel VT-x not enabled

In some cases, Intel VT-x may be disabled in the system BIOS and must be enabled within the BIOS setup utility. To access the BIOS setup utility, a key must be pressed during the computer’s boot sequence. This key is dependent on which BIOS is used but it is typically the F2, Delete, or Esc key. Within the BIOS setup utility, Intel VT may be identified by the terms "VT", "Virtualization Technology", or "VT-d." Make sure to enable all of the Virtualization features.

意思是如果安装失败了,那多半是BIOS里面的“Virtualization Technology”选项没有打开,去BIOS里面打开就可以了。

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

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

最新文章

  1. OWIN系列之自己动手编写中间件
  2. protobuf编译出错的解决方案(iOS,OSX)
  3. HDU2222 Keywords Search
  4. 装多系统删除某个系统后,如何恢复ubuntu引导
  5. HDFS Java API 常用操作
  6. 有关开机后win7任务管理器不断重启的问题,我的情况是sendrpt.exe导致的(转载,有补充)
  7. 简介Customer Care Accelerator (CCA)
  8. Win7下python Scrapy一站式搭建全攻略(内附相关下载链接)
  9. 在SOUI中使用网格布局
  10. 剑指offer——python【第39题】平衡二叉树
  11. Eureka安全认证
  12. *C#(WPF)--矩阵拖动和矩阵动画(拖动展开,不足动画效果)
  13. 使用PHP + Apache访问有错误的php脚本时不报错
  14. 阿里云域名+github建立网站
  15. Python3 使用 matplotlib 画折线图
  16. python学习笔记——爬虫中提取网页中的信息
  17. STL中的algorithm
  18. c 结构体中的变长数组
  19. Download PuTTY: latest development snapshot
  20. hive中order by,sort by, distribute by, cluster by的用法

热门文章

  1. Maven 学习笔记——Maven和Eclipse(2)
  2. node解决跨域问题
  3. Ubuntu中sublime和Foxit Reader不能使用中文输入法解决方案
  4. 选择提供器 - 选择监听器(selection provider-selection listener)模式
  5. idea和eclipse的区别
  6. gitlab 7.10.4 去除邮件认证
  7. NOIP2018 No regrets youth
  8. jupyter notebook添加Anaconda虚拟环境的python kernel
  9. UVAlive-7040 color(组合数学,二项式反演)
  10. 【bzoj2434】 Noi2011—阿狸的打字机