问题
I recently upgraded Android Studio to 2.0 (Windows) which broke the emulator.
The symptom is that the emulator starts a (single thread) process that takes about 100% of its CPU. Nothing shows on the screen.
Of course, this worked like a charm before the update.
Few things I tried:
- Used an AVD created before and after the update
- Increased AVD memory to 1G
- Delete / Install Android Studio
- Used different CPU Architecture (Arm & x86)
- Used different versions of API (21 & 23)
回答1:
A temporary solution:
- Go into the AVD Manager, select the Virtual device, and click "Edit"
- Find "Emulated Performance" -> Graphics, and switch that from auto (or hardware) to Software.
It won't have quite the performance, but this worked for me. Seems to be that Android Studio 2.0 doesn't play well with certain graphics cards or something.
回答2:
I had the same problem I had to reinstall android studio all over again, After that open your SDK monitor press on launch stand alone SDK manager, There scroll down and check if the emulator is installed properly if not install it. I hope this answer helped you since that's what I did and it works.
来源:https://stackoverflow.com/questions/36678102/android-emulator-wont-start-after-android-studio-2-0-upgrade