Home and back buttons not working in android emulator pixel 2 and pixel 3 api

Viewed 1448

I am using flutter for developing a mobile app, I want to switch on the dark mode of the emulator, but I am unable to perform any touch operations outside the app screen, the scroll down window on the emulator as well as the home buttons are not working

emulator

2 Answers

Try to wipe data of the emulators and restart it from Android Studio > Tools > ADV Manager > Action > Wipe data

Go to AVD Manager and do a 'Cold boot'

enter image description here

Related