Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Run tab from android studio bottom toolbar has disappeared

There used to be a Run tab in bottom toolbar of Android Studio. But the tab is not showing anymore. How to bring it back? Please check the below image to see where it was before it disappeared.

The Run tab used to be in the red circle before the TODO tab.

enter image description here

like image 971
saurabh169 Avatar asked Oct 27 '16 08:10

saurabh169


People also ask

How do I get my toolbar back in Android Studio?

You can similarity assign to Main Menu-> View-> Toolbar and show toolbar again on Android studio IDE. Alternatively, after the main menu opened, click VIEW-> Toolbar tab. Save this answer.

How to show run tab in Android Studio?

Alt + 4 . This worked for me, the accepted answer only reveals the required view not all of them.

Where is the toolbar in Android?

In Android applications, Toolbar is a kind of ViewGroup that can be placed in the XML layouts of an activity. It was introduced by the Google Android team during the release of Android Lollipop(API 21). The Toolbar is basically the advanced successor of the ActionBar.


2 Answers

For the latest version of Android Studio (4.0+) go to:

View > Appearance > Tool Window Bars

make sure Tool Window Bars is checked.

For older versions:

The following shortcut key doesn't work in Android studio 3.0:

Alt+4.

For anyone who accidentally hides the bottom toolbar due to some configuration etc go to:

View > Tool Buttons (make sure its checked)

This worked for me, the accepted answer only reveals the required view not all of them.

Just putting this in case someone stumbles to this question

like image 166
Sharp Edge Avatar answered Sep 28 '22 02:09

Sharp Edge


View -> Tool Windows -> Run

Or use the Alt+4 shortcut key.

like image 43
ramin eftekhari Avatar answered Sep 28 '22 02:09

ramin eftekhari