Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Failed to install HAXM during Android Studio installation

I'm trying to install Android Studio, but it's showing this error. Is there a solution for this problem?

enter image description here

like image 484
Gowrishankar Reddy Jinka Avatar asked Sep 26 '15 09:09

Gowrishankar Reddy Jinka


People also ask

How do I fix Intel HAXM is required to run this AVD?

Follow the below steps to solve Intel Haxm Is Required:In System Configuration you need to enable VIRTUALIZATION TECHNOLOGY. Once you have enabled the Virtualization Technology, you need to save the changes. Next, exit the BIOS. After that, boot your windows and launch Android studio.


2 Answers

Ignore this error on Android Studio installation and go to the Intel website, download the HAXM installer that they provide (instead of using the one downloaded through Android Studio).

Here's the link: https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager

and the direct link: https://github.com/intel/haxm/releases/tag/v7.6.1

like image 170
Fabio Roveroto Avatar answered Sep 24 '22 20:09

Fabio Roveroto


As @Marcin Koziński said in Intel HAXM requires only to run the Emulator faster. Still, if you want to install HAXM, follow the steps.

  1. Restart your PC and go to BIOS
  2. In advanced option Enable Virtualization and save exit
  3. After Windows restarted go to the SDK path of your Android Studio
  4. Find this path \sdk\extras\intel\Hardware_Accelerated_Execution_Manager
  5. Run intelhaxm-android.exe executable

Now, this would install HAXM software in your system. Note that your system must have Intel CPU, not AMD

like image 22
Shashanth Avatar answered Sep 24 '22 20:09

Shashanth