Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Emulators not Working after Updating Android Studio

I normally use Android Studio and after updating from 2.2.3 to 2.3 my emulators are no longer working. It's also difficult since Google decided to deprecated the Standalone SDK Manager:

https://code.google.com/p/android/issues/detail?can=2&start=0&num=100&q=&colspec=ID%20Status%20Priority%20Owner%20Summary%20Stars%20Reporter%20Opened&groupby=&sort=&id=235625

I found that I can check/select "Show Package Details" but still I had no luck making my Google Android Emulators to work. They seem to run fine, but I can't see the emulators.

like image 662
moxi Avatar asked Oct 24 '25 20:10

moxi


1 Answers

It happened to me too. Seems that there's a package called Intel HAXM no properly installed when you do this upgrade. Try this workaround:

  1. Go to the Tools -> Android -> SDK Manager
  2. Tap on SDK Tools and uncheck "Intel x86 Emulator Accelerator (HAXM installer)"
  3. After uninstall HAXM, install it again
  4. Restart Android Studio
  5. A new update will appear called "Android Emulators". Just install it and restart Android Studio again.
like image 50
Saidel Lopez Avatar answered Oct 26 '25 09:10

Saidel Lopez