Emulator: WARNING: HAXM 6.0.5 is installed. Please install HAXM >= 6.2.1 to fix compatibility issues on Mac

Navigate to [Android SDK Folder] –> Extra –> Intel –> Hardware_Accelerated_Execution_Manager
and double click on HAXM installer intelhaxm-android.exe (on Mac IntelHAXM_6.2.1.dmg) and install it manually.

If you do not have latest version of HAXM then you can open sdk manager in android studio and download it.

enter image description here

Although, this should be installed automatically when you install Android Studio. See below.

enter image description here

Answering @DougThompson Question:
What if HAXM installer not installing automatically ?

enter image description here

In that case,

  1. you can download HAXM installer from https://software.intel.com/en-us/articles/intel-hardware-accelerated-execution-manager-intel-haxm.
  2. Keep the installer at [Android SDK Folder] –> Extra –> Intel
  3. Extract and install it manually.

now you are done.

Leave a Comment