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

丈夫志四海,万里犹比邻。这篇文章主要讲述Android StudioERROR: 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!


【Android StudioERROR: x86 emulation currently requires hardware acceleration!报错解决傻瓜教程~】
提示为Intel HAXM没开,百度了下,应该是英特尔硬件加速的东东,
实际上Android SDK 已经集成了这个软件,目录为
Android StudioERROR: x86 emulation currently requires hardware acceleration!报错解决傻瓜教程~

文章图片




如果sdk目录下找不到,那一定是你的sdk里没下载,可以去这里下载:
Android StudioERROR: x86 emulation currently requires hardware acceleration!报错解决傻瓜教程~

文章图片




下载完成后直接去点击安装,结果又挂了:
Android StudioERROR: x86 emulation currently requires hardware acceleration!报错解决傻瓜教程~

文章图片




这时候还有两步要做:
1、Bios-Virtualization-Inter(R) Virtualization Technology 设成Enabled
Android StudioERROR: x86 emulation currently requires hardware acceleration!报错解决傻瓜教程~

文章图片


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


做完这些,再回来安装intelhaxm-android.exe就能成功了,
dangdangdang!!!
模拟器起来了!!!
Android StudioERROR: x86 emulation currently requires hardware acceleration!报错解决傻瓜教程~

文章图片





虚拟化软件来源

前提: CPU 支持 VT (Virtualization Technology), 而且仅限于 Intel CPU
首先要打开SDK Manager 下载intel haxm,下载位置:android-sdkextrasintelHardware_Accelerated_Execution_ManagerIntelHaxm.exe
下载完毕后运行IntelHaxm.exe安装,完毕后命令行执行 sc query intelhaxm ,如果 STATE RUNNING 表示安装成功 。(如果BIOS里面没有开启Virtualization Technology,安装的时候会有相关错误提示,进BIOS开启就好)
打开 SDK Manager 下载 intel x86镜像创建AVD,CPU选择 intel atom x86













    推荐阅读