问题描述
我试图在Windows 10上使用Android Studio模拟器.由于未启用VT-x,因此无法在SDK文件夹中安装HAXM.我尝试在UEFI固件设置中禁用安全启动控制.我还尝试在Windows功能的开/关中关闭Hyper-V.我还尝试关闭了Avast中的硬件可视化设置.这些都不起作用,我仍然无法安装HAXM.
I am trying to use the Android Studio emulator on Windows 10. I can't install the HAXM in the SDK folder because VT-x is not enabled. I tried disabling the Secure Boot Control in the UEFI Firmware Settings. I also tried turning off Hyper-V off in Windows Features on/off. I also tried turning off the hardware visualization setting in Avast. None of these are working and I am still unable to install HAXM.
推荐答案
只需执行以下步骤:
-
转到控制面板→程序和功能.
Go to Control Panel → Program and Feature.
单击打开和关闭窗口功能".打开一个窗口.
Click on Turn Window Features on and off. A window opens.
取消选中Hyper-V选项并重新启动系统.
Uncheck Hyper-V option and restart your system.
现在,您可以开始安装HAXM,而不会出现任何错误.
Now, you can Start HAXM installation without any error.
Hyper-V仅在Windows8中找到.
Hyper-V is only found in Windows8.
所以请按照以下步骤操作
So follow these steps
首先,请确保已在BIOS中启用了虚拟化技术.重新启动计算机后,按键盘上的F1-F12并找到此选项.
First of all make sure you enabled Virtualization Technology in your BIOS. After restarting your computer press F1-F12 on your keyboard and find this option.
确保在Windows 7/Windows 8中禁用了Hyper-V.可以在控制面板->程序-> Windows功能中将其关闭
Make sure you disabled Hyper-V in your Windows 7/Windows 8. You can turn it off in Control Panel -> Programs -> Windows functions
这篇关于Android Studio,模拟器,HAXM,VT-x无法正常工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!