今天在Android Studio里运行Android虚拟机,报如下错误:
Intel HAXM is required to run this AVD.
/dev/kvm is not found.
Enable VT-x in your BIOS security settings, ensure that your Linux distro has working KVM module.
我电脑CPU芯片型号:英特尔 Core i7-6700 。
重启电脑,进BIOS,但看到vitual technology在BIOS已设置好了,为什么还报这样的错误了。
后通过如下两个步骤解决问题:
(1)
Android Studio SDK里看到 Intel x86 Emulator Accelerator(HAXM installer)没有安装,先安装Intel x86 Emulator Accelerator(HAXM installer)
(2)下载Intel haxm软件。
https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager/
下载 haxm-windows_v6_1_1.zip (6.1.1),并安装
重启Android Studio,问题解决!!!
电脑系统:Windwos 7 64位
2017年4月10日