Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to hide bottom bar in Android Tablet emulator

I'm developing Android application in Android Studio and use Android Virtual Device Manager (AVD Manager) for debugging.

Now, I want to publish my app to the PlayMarket and I need to upload screenshots of me application for mobile device and tablets 7" and 10".

I run AVD Nexus 10 with Android API 33 and get screenshots like this.

enter image description here

How can I get rid of the bottom bar? I don't want these icons on the my app screenshots in PlayMarket.

like image 873
Eugenij Avatar asked Jan 17 '26 21:01

Eugenij


1 Answers

If you remove all icons from the taskbar (e.g. move them onto desktop), the taskbar will disappear.

like image 152
Eyjafl Avatar answered Jan 19 '26 18:01

Eyjafl