Harsha M V
Harsha M V

Reputation: 54939

Mac - Android Running Intel Version of Emulator

I have a Mac Book Pro - Intel i7. I am trying to create a AVD with the accelerated Intel Options but i get the following error every time i open the AVD.

Starting emulator for AVD 'AVD_for_Nexus_5_by_Google'
emulator: Failed to open the hax module
HAX is not working and emulator runs in emulation mode
emulator: emulator window was out of view and was recentered

AVD Settings

enter image description here

Upvotes: 0

Views: 742

Answers (1)

Mohsin
Mohsin

Reputation: 1596

Such error: Windows Solution

Install the HAXM Driver by running "IntelHaxm.exe". It will be located in one of following locations.

..Android\android-sdk\extras\intel\Hardware_Accelerated_Execution_Manager ..adt-bundle-windows-x86_64\sdk\extras\intel\Hardware_Accelerated_Execution_Manager

Go to the directory of extras and run the installation of HAXM. It will solve your problem.

Such error: Mac Solution

  • Go to this link.
  • Choose the Intel HAXM installer package for your platform.
  • Extract the installer and follow installation instructions for your platform.

Upvotes: 2

Related Questions