Reputation: 1508
After the macOS Big Sur, 11.0.1
update, the Android emulator began to display image rendering issues.
The emulator display window is repeating the device image. An issue has been documented in Android's IssueTracker.
Conditions
Android Studio
Emulator
Upvotes: 51
Views: 4138
Reputation: 310
This is what worked for me. I was having a folder Hardware_Accelerated_Execution_Manager_2
with this "_2" at the end, which SDK tools installer reported as an anomaly.
/Library/Android/sdk/extras/intel/Hardware_Accelerated_Execution_Manager_2
I deleted this folder with "_2" at the end and restarted the android studio. Emulators are showing up now.
Upvotes: 0
Reputation: 645
It seems that upgrading android studio (4.1.2), the emulator, and SDK tools fixes the issue since 2021.
After updating Android Studio, go to the preferences for Android Studio > Appearance & Behavior > System Settings > Android SDK > SDK Tools (tab) and select Android Emulator (I used 30.3.5), Android SDK Tools (26.1.1), and maybe the Android SDK Build-tools.
Disclaimer: These steps solved it for me. It might well be that only updating the "Android Emulator" SDK tool would have been enough.
Upvotes: 8
Reputation: 408
I am having the same problem, after upgrade for Big Sur.
I find out a workaround... after resize, click twice on magnifying glass.
On some emulators this don't work. In this cases try Settings/Show window frame around device - turn off/turn on. This works for me.
Upvotes: 28
Reputation: 473
Temporary fix:
After rotate:
This will force layout and render of the screen.
Upvotes: 0
Reputation: 11
only way I have found so far is to resize emulator to wanted size -> go to emulator settings -> Displays -> add secondary display -> apply changes -> remove secondary display -> apply changes
kinda sucks, but it is what it is for now
Upvotes: 1
Reputation: 1508
I think I have found a temporary solution. If you are using another monitor with your computer just move the emulator between displays after resizing it. It is adjusting itself in this way
Upvotes: 22