Android Emulator won't start after Android Studio 2.0 upgrade

倾然丶 夕夏残阳落幕 提交于 2019-12-12 02:51:09

问题


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:

  1. Go into the AVD Manager, select the Virtual device, and click "Edit"
  2. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!