Issue
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)
Solution
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.
Answered By - XdrummerXboy
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.