Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intel HAXM on macOS high sierra (10.13)

Is there any way of using Android emulator on High Sierra (10.13)?

When I run

./HAXM\ installation -u 

It says:

HAXM silent installation only supports macOS from 10.8 to 10.12 ! 
like image 253
Andrii Kovalchuk Avatar asked Aug 26 '17 14:08

Andrii Kovalchuk


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.

How do I fix HAXM is not installed?

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.


1 Answers

The command line installation doesn't work and gives unsupported mac os version error, while the installation through IntelHAXM_6.2.1.mpkg works but kext is not loaded due to "Approved Kernel Extension Loading" changes,

So you will need to allow the extensions from Intel and restart your mac, then launch the emulator like from inside Android Studio,

To enable go to System Preferences > Security & Privacy as shown in the screenshot:

enter image description here

like image 196
Shaz Avatar answered Sep 18 '22 10:09

Shaz