
开发环境:Android studio + win7
问题描述:
启动AVD的一个虚拟设备时,提示如下错误:
Cannot launch AVD in emulator.
Output:
emulator: ERROR: x86_64 emulation currently requires hardware acceleration!
Please ensure Intel HAXM is properly installed and usable.
CPU acceleration status: HAXM is not installed on this machine
解决方案:
需要安装intel HAXM,安装上去就OK了。
1、打开SDK Manager.exe
位置:android sdk安装根目录下
2、安装HAXM
在package-〉extras项->勾选intel x86 accelerator(HAXM Installer)->点击Install packages进行安装。
如果上图中无法勾选上图HAXM进行安装,则需要手动安装。
参见:
