0

I have windows 8.1 enterprise, and Hyper-V is also enabled.

enter image description here

But I still get the following error while trying to install HAXM for android studio:

enter image description here

Please tell me how to resolve this

Rohit Upadhyay
  • 129
  • 1
  • 2
  • 12
  • 1
    check if virtualizaion is enabled on bios – A0__oN Jan 20 '16 at 15:07
  • @Aman Hyper-V appears even if virtualization is disabled in BIOS? – Rohit Upadhyay Jan 20 '16 at 15:13
  • I checked my BIOS settings and virtualization is already enabled. – Rohit Upadhyay Jan 20 '16 at 15:30
  • i think you should go through this article.. specially troubleshooting area. https://software.intel.com/en-us/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-windows – A0__oN Jan 20 '16 at 15:44
  • 1
    Haxm depends on VT-x or VT-d. Having hyper-v enabled will only create problems. In some cases, antivirus softwares creates problems with HAXM. Do you have avast ? If so, it has a virtualization protection option, disable that. The name should be "Enable hardware-assisted virtualization". Disable this. – Priyabrata Mar 24 '16 at 14:27

1 Answers1

0

Hyper-V and HAXM are incompatible. You cannot have both active at the same time. See the docs at the full haxm install from https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager .

Joe Healy
  • 5,769
  • 3
  • 38
  • 56