Momo
Momo

Reputation: 960

Android emulator status bar disappears after a while

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

Upvotes: 6

Views: 3101

Answers (1)

Babu
Babu

Reputation: 5250

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

Upvotes: 7

Related Questions