How can i disable Clipboard editor overlay, that is enabled by default in Android Emulator API 33?. It is very annoying while debugging apps.It always popup over my debugging apps, and i have to close this every time to do something in my debugging app.
How to disable Clipboard editor overlay Android Emulator API 33?
2.2k views Asked by Lins Louis At
2
There are 2 answers
2
On
This answer might not be helpful but I also getting annoyed by this. I can't click bottom nav without sliding clipboard pop up. But you can disable clipboard sharing access from emulator setting.
- Start Android Studio
- Start the AVD
- Click the three dots, down on the sidebar
- Click Settings Toggle the switch "Enable clipboard sharing".

To disable clipboard overlay:
We need reboot since SystemUI read the config too earlier.