The intel x86 emulator accelerator (HAXM installer) revision 6.0.5 is showing not compatible with windows

Android

Android Problem Overview


This a screenshot of the sdk manager message showing the emulator as incompatible with windows: screenshot of the sdk manager message showing the emulator as incompatible to windows

I am using android studio, currently version 2.2.3.

Is there an other or older version of the emulator accelerator (HAXM installer) that is compatible with windows 10 ?

Android Solutions


Solution 1 - Android

Try the following

  1. download HAXM from Intel https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager.

  2. Unzip the file and Run intelhaxm-android.exe.

  3. Run silent_install.bat.

In my computer Win10 x64 - VS2015 it worked

Solution 2 - Android

You likely have Hyper-V enabled. The manual installer provides this detailed notice when it refuses to install on a Windows with it on.

> This computer does not support Intel Virtualization Technology (VT-x) or it is being exclusively used by Hyper-V. HAXM cannot be installed. > Please ensure Hyper-V is disabled in Windows Features, or refer to the Intel HAXM documentation for more information.

Solution 3 - Android

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

It says "Make sure "Hyper-V", a Windows feature, is not installed/enabled on your system. Hyper-V captures the VT virtualization capability of the CPU, and HAXM and Hyper-V cannot run at the same time. Read this blog: Creating a "no hypervisor" boot entry." https://blogs.msdn.microsoft.com/virtual_pc_guy/2008/04/14/creating-a-no-hypervisor-boot-entry/

I've created the boot entry that disables HyperV and it's working

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionAnubhav PandeyView Question on Stackoverflow
Solution 1 - Androiduser3417479View Answer on Stackoverflow
Solution 2 - AndroidMithalduView Answer on Stackoverflow
Solution 3 - AndroidVackupView Answer on Stackoverflow