Android Studio, Intel HAXM cannot find VT-x enabled but enabled in BIOS

霸气de小男生 提交于 2019-12-02 08:46:10

问题


Unable to install intel HAXM instead of the fact that VT is enabled in BIOS. I am using intel core2 quad q9550 processor and windows 7 over it. My processor does not support hyper-visor.


回答1:


This worked for me. Instead of installing intelhaxm-android that comes with android studio, try downloading the latest version of haxm from intel:

https://software.intel.com/en-us/blogs/2014/03/14/troubleshooting-intel-haxm

Run that instead and it should install fine.




回答2:


Your CPU does have VT-x and ND bit so is capable. So 1.If you're using Avast, need to remove and then reinstall HAXM again. (Or at least disable hardware virtualization under Settings and make sure Hyper-V under Programs list (Windows parts) is not checked. 2. (to boot with Hyper-V off…. bcdedit /set hypervisorlaunchtype off 3. Make sure ND bit is enabled. bcdedit /set nx AlwaysOn



来源:https://stackoverflow.com/questions/27778938/android-studio-intel-haxm-cannot-find-vt-x-enabled-but-enabled-in-bios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!