Reputation: 960
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 :
See running apps on the background issue :
Upvotes: 6
Views: 3101
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.
Upvotes: 7