AVD Launch Failed
刚装Android Studio的时候试了一下用AVD开个模拟器来运行项目,不过每次都报错:cannot launch avd in emulator. x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: HAX kernel module is not installed! 我百度了很多资料也无济于事,于是我利用google引擎搜索,折腾了几番也终于解决了这个问题。
我的解决方法:
1、打开SDK Manager,到Extras文件夹中找到Intel x86 Emulator Accelerator,然后安装。
2、到SDK/extras/intel/Hardware_Accelerated_Execution_Manager/安装intelhaxm-android.exe
3、如果在安装intelhaxm-android.exe的时候报错:
This computer meets requirements for HAXM, but VT-x is not turned on.,说明你的电脑没有开启虚拟化功能(因为计算机要保证环境安全,所有默认禁用)。可以到你的BIOS上重新设置为启用,我用的是惠普,开机时长按F10。你可以自行搜索,也可以点这里。
4、成功安装intelhaxm-android.exe之后,就可以运行AVD了,感觉Android 5.0棒棒哒^_^