Android studio之启动AVD模拟器异常

启动AVD模拟器异常:cannot launch avd in emulator


错误:
Starting emulator for AVD 'new'
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所在的目录。其下有extras\intel\Hardware_Accelerated_Execution_Manager
把该目录下的intelhaxm.exe安装一下。问题解决


Android studio之启动AVD模拟器异常_第1张图片



你可能感兴趣的:(Android)