Reputation: 779
It's quite annoying since upgrading to Android Studio 3.0.1 such that the "Back/Forward" buttons are not displayed in tool bar at the top in IDE any more.
I know, I can select "Navigation-> Back/Forward", but obviously, it's very annoying if you Back/Forward frequently; also, the shortcut by keys are not looking a good choice for my situation. I want to show those two buttons in the IDE, or say, I prefer to click around with mice!
Digging around the settings in IDE and seemed not able to figure out how to achieve this simple goal.
To me, removing those simple buttons dramatically reduces the usability of the IDE!
Upvotes: 73
Views: 32668
Reputation: 4591
Android Studio Ladybug | 2024.2.1 Patch 1
Right click on the bar below menu bar
You will find out all loving things
I did hate the new UI until I found them 😂
Update: if you're stuck for something, try to restore defaults
Upvotes: 6
Reputation: 11457
As of Android Studio Iguana | 2023.2.1, follow these steps:
Upvotes: 13
Reputation: 9257
For Android Studio Giraffe | 2022.3.1, you need to perform the below steps:
Goto the Preferences/Settings.
Choose Appearance & Behaviour from the left menu:
Select Menus and Toolbars and then open Navigate:
Select Back and Forward buttons and drag and drop it to Main Toolbar Left or Right:
Press Apply and then press OK to get the buttons.
Upvotes: 52
Reputation: 1491
In Android Studio Giraffe (2023) and enabled new UI. If someone facing issue, follow the below steps.
Menu File → Settings → Appearance & Behavior → Menus and Toolbars.
Add the navigation actions (Main Menu* → Navigate → Back and Forward) to Main Toolbar Right or Main Toolbar Left.
Upvotes: 8
Reputation: 10622
This is missing at least in Android Studio Giraffe | 2022.3.1 Beta 5. I hope they will add it in future updates. I added a feature request to Google here in the Google issue tracker. Please upvote if you want that feature.
Now in Giraffe, the main toolbar is customizable in the new UI. You have to go to Settings → Appearance & Behavior → Menus and Toolbars → Main Toolbar Left and here you can see the Back and Forward button.
Upvotes: 2
Reputation: 504
In Android Studio Giraffe New Theme you can achieve "back" and "forward" button by following below steps : Goto ToolBar --> right button --> Customize Toolbar --> Choose add action(+ icon) --> add action --> select Main Menu --> Navigate --> select "back" and "forward" buttons --> ok --> apply.
Then check your Toolbar, it will be reflected.
For ref : https://www.jetbrains.com/help/clion/customize-actions-menus-and-toolbars.html#add-toolbar-actions
Upvotes: 1
Reputation: 338
Simple step you can find in screenshot.
Just we need to enable toolbar
Upvotes: 1
Reputation: 281
From Android Studio 4.0 you can go at the menu: View -> Appearance -> Toolbar
Upvotes: 17
Reputation: 1116
In Windows, just go to View> Appearance> Make sue Toolbar is checked. This is as per AS version 3.6.3
Upvotes: 3
Reputation: 107
Let use shortcut, if you use Ubuntu Linux
, go setting
--> keyboard
--> navigation
, change shortcut ctrl
+ alt
+ left/right
to other. Default on AS
is ctrl
+ alt
+ left
Upvotes: 0
Reputation: 1006529
In my Android Studio 3.0.1 installation, the buttons you seek are already in the main toolbar (see where the red arrow points):
To configure the contents of the toolbars, right-click over an open area in the toolbar panel and choose "Customize Menus and Toolbars..." from the context menu:
That will bring up a dialog where you can see the contents of the main toolbar and manipulate those contents:
In Android Studio 3.3 Canary 13:
Open View and then click Toolbar if it is unchecked. You will now get your toolbar with back and forward navigate buttons.
Best of Luck!
Upvotes: 63
Reputation: 683
Click on "View" option in android studio(in top bar) and then click on "Toolbar" option.
Upvotes: 45
Reputation: 2540
For me it was simply going to the View tab and make sure Toolbar is checked. Voila! Friendly arrows back. credit to @cro comment how to show Back/Forward buttons in Android Studio 3.0.1 IDE
Upvotes: 9