您的位置:首页 > 移动开发 > Android开发

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

2017-06-30 11:40 597 查看

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)



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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐