Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to configure android emulator to auto change orientation upon rotating

Currently, when I rotate the emulator, it doesn't auto change orientation, I have to press a little icon to change its orientation. Is there a way to configure it?

I am using Android API 28.

enter image description here

like image 707
stt106 Avatar asked Sep 22 '18 10:09

stt106


1 Answers

The little icon seems only shown when auto-rotate is turned off. After I turn on auto-rotate, the emulator changes orientation automatically.

Enable It

like image 67
Dewey Reed Avatar answered Nov 07 '22 07:11

Dewey Reed