Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Emulator is not running. I had already installed HAXM 6.2.1. Please checkout the image.

enter image description here

So, I just reinstalled the HAXM. Anow now another problem occurs. Please checkout image second and third.

6:54 PM Emulator: Reason: Invalid argument

6:54 PM Emulator: coreaudio: Could not lock voice for audioInputDeviceIOProc

enter image description here enter image description here

like image 740
jazzbpn Avatar asked Jan 03 '18 13:01

jazzbpn


People also ask

Can I run emulator without HAXM?

You can use an emulator with the ARM image instead of HAXM provided that you installed it in the SDK manager. Check your SDK manager to see if you have an ARM image instead for the API level you want, then go to the AVD manager and make a virtual device using ARM as the cpu. thank your for answer.


1 Answers

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.

like image 108
Gaurab Kumar Avatar answered Oct 05 '22 19:10

Gaurab Kumar