HAXM Is Not Installing (Windows 10 Home User, Hyper-V is already Not Installed)

3,655

Solution 1

If your computer supports HAXM and VT-x, Firstly, check if virtualization is enabled here: enter image description here

If it is (it was for me on W10 Home), you need to run bcdedit /set hypervisorlaunchtype off to disable it. IDK why it was enabled for me, considered I can't use it on the Home version.. Then reboot and run the haxm installer.

Solution 2

I faced the same issue running on my Windows Home after a lot of try , the solution which worked for me is going here : https://github.com/intel/haxm/releases and download the windows version of Intel Haxm and installing it and then run the emulator

Share:
3,655
arpavlic03
Author by

arpavlic03

Updated on December 17, 2022

Comments

  • arpavlic03
    arpavlic03 over 1 year

    Long time reader, first time poster.

    I am trying to get a start on learning Flutter...however, I have everything almost installed EXCEPT for HAXM. I have tried the installer on the Android Studio as well as the individual installer found in the Release Archives of HAXM's GIT REPO (downloaded haxm-windows_v7_5_6 with failure regarding Hyper-V still running). See picture below.

    Failed to install Intel HAXM. For details, please check the installation log: "C:\Users\Amanda\AppData\Local\Temp\haxm_log2.txt"
    HAXM installation failed. To install HAXM follow the instructions found at: https://software.intel.com/android/articles/installation-instructions-for-intel-hardware-accelerated-execution-manager-windows
    Installer log is located at C:\Users\Amanda\AppData\Local\Temp\haxm_log2.txt
    Installer log contents:
    === Logging started: 1/20/2020  11:44:38 ===
    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.
    

    However, Hyper-V is not installed on my machine because Hyper-V is not supported in Windows 10 Home edition. The option is not found in my Windows Features and it cannot be installed since "Feature name Microsoft-Hyper-V is unknown." within powershell. I even tried the command found in the third image below, restarted my computer, and the install STILL didn't work.

    In addition to that, my SVM option within my BIOS is already marked as disabled anyways, but HAXM cannot install due to Hyper-V being on. Any help will be appreciated here...

    Apparently, I need reputation before posting images, please message me if you would like to see the error messages