Android studio 启动模拟器出现 VT-x is disabled in BIOS 以及 /dev/kvm is not found

Android studio 启动模拟器出现 VT-x is disabled in BIOS 以及 /dev/kvm is not found

- 问题

- 解决方案

- Refer

一、问题

1、VT-x is disabled in BIOS
2、/dev/kvm is not found

二、解决方案

VT-x is disabled in BIOS解决方案如下:

1、 安装Intel x86 Emulator Accelerator (HAXM installer)

Android studio 启动模拟器出现 VT-x is disabled in BIOS 以及 /dev/kvm is not found_第1张图片

2、 安装intelhaxm-android

3、 安装如果出现错误,需要进入BIOS,找到Advanced Mode –> Advanced –> CPU Configuration –> Intel Virtual Technology设置为Enabled即可。

/dev/kvm is not found解决方案如下:

stackflow上解决方案如下:

Remove intel haxm installer 6 from control panel>Add or remomve Program. And download manually from here. https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager

Then install it manually. And launch android studio again. This worked for me. Hope it helps.

小知识:

VT-D是定向I/0虚拟化技术,开启了可以对虚拟机使用存储设备有提升;VT-X是虚拟化技术,开启后能使用虚拟机

三、Refer

1、Android studio 启动模拟器时解决 VT-x is disabled in BIOS的问题

2、“/dev/kvm not found ”error on windows in android studio

你可能感兴趣的:(Android-APP)