Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio update broke my emulators

I just did an update to Android Studio 2.0 and several components. Now whenever I try to run an emulator, it gives an error saying

CPU acceleration status: HAXM must be updated (version 1.1.4 < 6.0.1).

I've checked. HAXM is updated to 6.0.1. I've restarted, rebuilt an emulator from scratch, and none of that helps.

like image 645
KairisCharm Avatar asked Dec 10 '15 22:12

KairisCharm


1 Answers

If you're using Mac, just running the dmg or silent_install.sh will solve the issue.

dmg's path is (silent install script is in the same dir also):

path_android_sdk/extras/intel/Hardware_Accelerated_Execution_Manager/IntelHAXM_6.0.1.dmg

like image 106
CanC Avatar answered Sep 28 '22 02:09

CanC