(转)Android Studio启动AVD遇到的问题 ( HAXM安装失败)

转:https://zhidao.baidu.com/question/561420516357269084.html?qq-pf-to=pcqq.c2c

Android Studio启动虚拟机的时候报如下错误。 emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: HAX ker...

解决方法:
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即可。
原文地址:https://www.cnblogs.com/wangle1001986/p/8277848.html