Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intel HAXM / Android Studio in OS X 10.11 / El Capitan

I recently tried to set up a new instance of Android Studio on OS X 10.11 (did not have it set up before upgrading) and have been getting the following issue:

HAXM Error

Following that, I tried to resolve the issue by installing HAXM via ADT or even intel's site at: https://software.intel.com/en-us/android/articles/intel-hardware-accelerated-execution-manager-end-user-license-agreement-macosx

However, neither the regular HAXM installer or the hot fix version are compatible with OS X 10.11, as the installer insists it's not compatible with this version of OS X.

The question now is whether or not anyone else has succeeded in installing HAXM on 10.11 or if it's an issue that will not be resolved until either Android Studio or a the HAXM installer is updated?

Thanks in advance!

Edit: Proposed solution does not work as I cannot run the HAXM installer

like image 567
arcade16 Avatar asked Jun 29 '15 20:06

arcade16


People also ask

How do I fix HAXM is not installed in Android Studio?

Option 1: Go to Android SDK Folder --> Extra --> Intel and double click on HAXM installer and install it manually. Option 2: If you do not have latest version of HAXM then you can open sdk manager in android studio and download it. Save this answer. Show activity on this post.

Is HAXM necessary for Android Studio?

It is recommended that you use the Hypervisor Framework to accelerate the Android emulator. If the Hypervisor Framework is not available on your Mac, then HAXM can be used.

What are the system requirements for HAXM?

System RequirementsIntel processor with support for Intel VT-x, Intel EM64T (Intel 64), and Execute Disable (XD) Bit functionality. At least 4 GB of available RAM, 8 GB recommended.


1 Answers

Please read this post: How to fix: “HAX is not working and emulator runs in emulation mode”

brew install caskroom/cask/brew-cask && brew update
brew cask install intel-haxm

Note: I have experience only with Maverick and Yosemite.

like image 135
d.danailov Avatar answered Oct 27 '22 17:10

d.danailov