Android Studio ERROR: x86 emulation currently requires hardware acceleration!报错解决傻瓜教程~

很早之前就碰到过Android Studio模拟器无法启动的问题,今天终于尝试去解决了下,下面将我解决的方法记录下。

模拟器报错信息为:

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!

提示为Intel HAXM没开,百度了下,应该是英特尔硬件加速的东东,

实际上Android SDK 已经集成了这个软件,目录为

如果sdk目录下找不到,那一定是你的sdk里没下载,可以去这里下载:

下载完成后直接去点击安装,结果又挂了:

这时候还有两步要做:

1、BIOS-Virtualization-Inter(R) Virtualization Technology 设成Enabled

2、BIOS - No Execute (NX) Memory Protection 设成Enabled

做完这些,再回来安装intelhaxm-android.exe就能成功了,

dangdangdang!!!

模拟器起来了!!!

虚拟化软件来源

前提: CPU 支持 VT (Virtualization Technology), 而且仅限于 Intel CPU

首先要打开SDK Manager 下载intel haxm,下载位置:android-sdk\extras\intel\Hardware_Accelerated_Execution_Manager\IntelHaxm.exe

下载完毕后运行IntelHaxm.exe安装,完毕后命令行执行 sc query intelhaxm ,如果 STATE RUNNING 表示安装成功 。(如果BIOS里面没有开启Virtualization Technology,安装的时候会有相关错误提示,进BIOS开启就好)

打开 SDK Manager 下载 intel x86镜像创建AVD,CPU选择 intel atom x86

原文地址:https://www.cnblogs.com/jpfss/p/9870752.html

时间: 2024-07-31 11:35:32

Android Studio 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项目.但是当运行的时候就他么悲催了. emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is

emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is

原文错误提示: 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! 错误分析: 电脑没有启用虚拟技术或者没有安装Intel HAXM软件 解决办法: 1.确保BIOS

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

Mac 安装出现emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: HAX kernel modu

最近在研究React Native,搭建Android 环境的时候,遇到了一下一个大坑:运行模拟器时候出现一下截图报错: 我使用终端命令:$android 查看,明明安装了intel x86 Emulator Accelerator(HAXM installer)这个安卓模拟加速器,如下图 解决方法:经群里高人指点,说需要到sdk/extras/intel找到安装文件单独安装下: 1.查看了下我对应的安装目录:找到对应位置:如图,点击intelHAXM_6.0.1.dmg安装一下就OK了.

启动安卓模拟器报错 emulator: ERROR: x86_64 emulation currently requires hardware acceleration! CPU acceleration status:HAXM must be updated(version 1.1.1<6.0.1) 解决办法

启动安卓模拟器报错 emulator: ERROR: x86_64 emulation currently requires hardware acceleration!  CPU acceleration status:HAXM must be updated(version 1.1.1<6.0.1) 解决办法: 在android sdk 安装目录下找到 \Android\sdk\extras\intel\Hardware_Accelerated_Execution_Manager 双击int

Android studio 中,遇到报错:ERROR: x86_64 emulation currently requires hardware acceleration! CPU acceleration status:HAXM must be updated(version 1.1.1&lt;6.0.1)的解决方法

在 Android SDK 的安装目录下找到intelhaxm-android.exe安装即可.忘记目录位置直接在"计算机"中搜索,如果没有,返回Android studio 的"设置",找到 这个图片最下方的内容勾选下载,然后你就会在"计算机"找到intelhaxm-android.exe,然后安装即可

Android AVD启动报错:emulator: ERROR: x86_64 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable.

打开Android SDK manager查看安装发现HAXM在windows上无法安装 可以去 http://www.androiddevtools.cn/index.html 下载 Android SDK Extras , 然后解压 Hardware_Accelerated_Execution_Manager 到 android-sdk-windows\extras\intel 目录,再手动点击 intelhaxm-android.exe 安装. 注意这里如果安装android sdk版本为

Android Studio三种方式导入外部资源 以及 报错处理

android studio提供了三种方式导入外部资源: 1. Library dependency – 在线添加.需联网下载 2. File dependency – 从本地添加一些jar包(要先将jar包拷贝到项目的libs文件夹下) 3. Module dependency – 从本地添加带有源码的库工程(要先 import Moudle 将库工程导入项目中) 其中第三种方式导入会报一些错误,这里以github上的开源框架android-async-http 为例,给出一种导入的步骤并尝试

eclipse 和 android studio 编译时报 Unsupported major.minor version 52.0错解决办法

version 52.0 是java8的环境.当gradle tools 升级到2.2.1时候,可能编译时候会报该错误. 很多网友说更改java version,但是很多时候无效.下面是我遇到时候的解决办法: 解决思路如下: 1.Android studio 中: 出现该问题的情况,大多数是在升级完 gradle tools 2.2.1,把android studio升级到最新2.2版本时候遇到的. 原因是,没有同步更新Android SDK Build-tools.把SDK的build-too