Reputation: 63
i'm probably dumb but i'm not able to find a way to close that tab in android studio (i don't even know how did I opened it) with "Search everywhere Double Shift Go To File Ctrl+maiusc+N etc.." sorry I know it's a silly question but I can't find a way, neither on the internet... thank you in advance!
Upvotes: 0
Views: 187
Reputation: 11
This is just the default screen when no project is opened or no file in a project is opened.
You should try browsing file manager and double click files to open.
Stay Safe.Code Happy.
Upvotes: 1
Reputation: 16431
This is not a tab. It is an screensaver which is shown when you have no files opened. Why do you want to close it?
If you want to see a Welcome Screen close all projects using File | Close Project action.
Upvotes: 0
Reputation: 11
You can try pressing CTRL+W or CTRL+F4 in order to close opened tabs in Android Studio
Upvotes: 0