Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Screen is splitted when I rotate the emulator

I'm developing an Android app with Android Studio and the emulator. In the last months, I notice that when I rotate the emulator to the app behaviour in landscape mode, the screen is splitted.

the problem

It's not a problem of my application, I tried with Gmail app and other and the problem persists.

I tried to change OpenGL config but nothing changes. I'm working on a Mac Book Pro with Big Sur. Any idea about to solve it?

Thank you in advance.

like image 763
xcesco Avatar asked Dec 11 '20 14:12

xcesco


People also ask

How do you rotate the screen on an emulator?

Use Ctrl + F11 . This will rotate your emulator.


1 Answers

I did face the same issue:

image

Recreating/Resizing Emulator did not help.

To fix it, I just clicked the zoom button and everything is working as intended.

Zoom option:

image

After clicking zoom, it works:

After clicking zoom it works

like image 55
Sai Teja Avatar answered Oct 01 '22 17:10

Sai Teja