我创建 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_第1张图片

 

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

android ------ Emulator: error: x86 emulation currently requires hardware acceleration_第2张图片

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

android ------ Emulator: error: x86 emulation currently requires hardware acceleration_第3张图片

 

android ------ Emulator: error: x86 emulation currently requires hardware acceleration_第4张图片

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

android ------ Emulator: error: x86 emulation currently requires hardware acceleration_第5张图片

 

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

android ------ Emulator: error: x86 emulation currently requires hardware acceleration_第6张图片

更多相关文章

  1. android图片压缩 —— 2
  2. Android长按imageview把图片保存到本地
  3. Android RadioButton 图片位置和大小
  4. Android 实现图片闪烁效果
  5. Android 调用相册或相机选择图片
  6. android各种图片获取路径的方式
  7. Android 获取drawable中图片的高度宽度
  8. android 从webview中读取缓存的图片
  9. android 网络读取图片 带进度条

随机推荐

  1. Android 模仿QQ风格的 UI
  2. 使用浏览器查看Android SQLite数据库-And
  3. 关于xml文件中的一些常用标签的意义
  4. Android 照相功能
  5. Android SQLite数据库应用技巧分享
  6. android 研究笔记
  7. android图片轮播效果,RollViewPager的简单
  8. 为什么Android没有iOS顺滑zz
  9. android在list view中如何action的实现
  10. 关于android应用程序的入口