Search code examples
androidandroid-studioandroid-emulatorhaxmandroid-studio-3.6

Android : Intel x86 Emulator Accelerator HAXM installer - "revision: 7.5.6" update failed


Recently, I have installed Android Studio 3.6.1, I got a recommendation to update SDK and other tools.

I am trying to update Intel x86 Emulator Accelerator (HAXM installer) (revision: 7.5.6) but getting problem as below:

Packages to install: 
- Intel x86 Emulator Accelerator (HAXM installer) (extras;intel;Hardware_Accelerated_Execution_Manager)
Preparing "Install Intel x86 Emulator Accelerator (HAXM installer) (revision: 7.5.6)".
Downloading http://dl.google.com/android/repository/extras/intel/haxm-windows_v7_5_6.zip
"Install Intel x86 Emulator Accelerator (HAXM installer) (revision: 7.5.6)" ready.
Installing Intel x86 Emulator Accelerator (HAXM installer) in E:\Android\Android\sdk\extras\intel\Hardware_Accelerated_Execution_Manager
"Install Intel x86 Emulator Accelerator (HAXM installer) (revision: 7.5.6)" complete.
Failed to update status to COMPLETE
"Install Intel x86 Emulator Accelerator (HAXM installer) (revision: 7.5.6)" failed.
Failed packages:
- Intel x86 Emulator Accelerator (HAXM installer) (extras;intel;Hardware_Accelerated_Execution_Manager)

enter image description here

Failed to update Intel HAXM. For details, please check the installation log: "C:\Users\Administrator\AppData\Local\Temp\1\haxm_log.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\Administrator\AppData\Local\Temp\1\haxm_log.txt
Installer log contents:
=== Logging started: 05/03/2020  16:26:11 ===
Intel HAXM driver instance loaded. Installation could not be continued.
=== Logging stopped: 05/03/2020  16:26:11 ===
Done

Solution

  • I got an answer on GitHub:

    I have downloaded manually from https://github.com/intel/haxm/releases/download/v7.5.6/haxm-windows_v7_5_6.zip

    Unzipped that downloaded file and Install intelhaxm-android.exe

    After that I have tried to install HAXM from Android Studio -> SDK Manager and Its get worked.