Android emulator status bar disappears after a while

Viewed 1495

Android emulator status bar disappears after a while . Also button for see the background running apps does not work after a while ! ( Using Flutter version 2.0.1 , Google pixel 4 (API 30) emulator , Android 11 )

Note : When I create a new emulator there is NOT any problem with emulator but after a while it doesn't work even with restart and ...

Status bar issue :

enter image description here

See running apps on the background issue :

enter image description here

1 Answers

I had same problem with emulators (no matter of device or API level), my status bar/notification bar/menu bar were missing after Android Studio update. What helped in my case, was go to AVD manager -> wipe data -> restart.enter image description here

Related