Search code examples
androidandroid-studiohaxm

HAXM installed successfully, but not recognized by Android Studio 2.1


Intel HAXM installs successfully (according to the log) both through Android Studio and directly from Intel's executable. However, Android Studio 2.1 says "HAXM is not installed" and prompts me to install it in an endless cycle (Not installed, install? Installed successfully. Not installed, install?).

Note: it worked fine in the previous version of Android Studio. Since upon upgrading it didn't recognize HAXM, I tried uninstalling Android Studio and reinstalling 2.1, but it still is not recognizing the HAXM installation.

How can I get Android Studio to understand that Intel HAXM is installed?

This is on Windows 10.


Solution

  • Running "silent_install.bat" or "intelhaxm-android.exe" resulted in a log file stating that Intel HAXM had been installed when it actually hadn't.

    I was finally able to install HAXM 6.0.1 by extracting "intelhaxm-android.exe" with 7-zip and running "setup.exe" manually.

    Now it's recognized by Android Studio.