Shivam Khandelwal
Shivam Khandelwal

Reputation: 164

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

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.

Error![][1]

CPU Info

Upvotes: 1

Views: 20976

Answers (2)

Simon
Simon

Reputation: 19948

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.

Upvotes: 2

codecats
codecats

Reputation: 1675

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

Upvotes: 0

Related Questions