AndroidStudio启动AVD时报错x86 emulation currently requires hardware acceleration

时间:2022-08-27 18:54:38

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!


解决方法:

1)如果你没有安装Intel x86 Emulator Accelerator(HAXM),则打开SDK Manager下载并安装HAXM。

2)进入C:\Users\Administrator\AppData\Local\Android\sdk\extras\intel\Hardware_Accelerated_Execution_Manager目录(可以将Administrator替换成相应的用户名),运行intelhaxm-android.exe文件。

如果运行时无法安装并显示错误“Intel virtualization technology (vt,vt-x) is not enabled”,则进入BIOS将“Hardware Virtualization”打开。

3)重启Android Studio然后重新启动AVD即可。


具体可参考:

http://*.com/questions/26355645/error-in-launching-avd