haliltprkk
haliltprkk

Reputation: 1508

Android Emulator Render Issue - After macOS Big Sur Update

After the macOS Big Sur, 11.0.1 update, the Android emulator began to display image rendering issues.

Issue

The emulator display window is repeating the device image. An issue has been documented in Android's IssueTracker.

Conditions

  1. Re-sizing: When the emulator window is resized, increased or decreased
  2. Orientation change: Portrait to landscape, and vice-versa

enter image description here enter image description here

Attempted Solutions

Configuration

Android Studio

Emulator

Upvotes: 51

Views: 4138

Answers (7)

Leo Bastin
Leo Bastin

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

Pedro Massango
Pedro Massango

Reputation: 5025

A simple workaroud is to just hide and show it again.

enter image description here

Upvotes: 5

Maddis
Maddis

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

sérgio brito
sérgio brito

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.

enter image description here

Upvotes: 28

GMP
GMP

Reputation: 473

Temporary fix:

After rotate:

  • Click in the "Enter zoom mode" (CMD+Z).

This will force layout and render of the screen.

Upvotes: 0

sytler
sytler

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

screenshot of emulator settings

Upvotes: 1

haliltprkk
haliltprkk

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

Related Questions