How can I show 'Back'/'Forward' buttons in the Android Studio 3.0.1 IDE | Iguana 2023.2.1?

24.5k views Asked by At

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!

13

There are 13 answers

4
CommonsWare On BEST ANSWER

In my Android Studio 3.0.1 installation, the buttons you seek are already in the main toolbar (see where the red arrow points):

navigation buttons in AS 3.0.1 main toolbar

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:

AS 3.0.1 toolbar context menu

That will bring up a dialog where you can see the contents of the main toolbar and manipulate those contents:

Menus and Toolbars dialog

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.

View Menu

Best of Luck!

0
Arun Prajapati On

From Android Studio 4.0 you can go at the menu: View -> Appearance -> Toolbar

0
jesto paul On

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

0
Sachidanand Pandit On

Simple step you can find in screenshot.

enter image description here

Just we need to enable toolbar

1
shyam.y On

In Android Studio Giraffe (2023) and enabled new UI. If someone facing issue, follow the below steps.

Menu FileSettingsAppearance & BehaviorMenus and Toolbars.

Add the navigation actions (Main Menu* → NavigateBack and Forward) to Main Toolbar Right or Main Toolbar Left.

1
fucukur On

Eesy. View -> Appearance -> Toolbar. For Android Studio 4.2

1
Maya Mohite On

Click on "View" option in android studio(in top bar) and then click on "Toolbar" option.

0
galaxigirl On

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

0
Md Nehaluddin Haider On

In Windows, just go to View> Appearance> Make sue Toolbar is checked. This is as per AS version 3.6.3

1
Sujit On

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 SettingsAppearance & BehaviorMenus and ToolbarsMain Toolbar Left and here you can see the Back and Forward button.

Enter image description here

0
Tuan Dao On

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

0
Quick learner On

In Android Studio Iguana | 2023.2.1 Follow these steps:

  1. Right click on toolbar enter image description here

  2. Choose Add to Main Toolbar > Back / Forward option enter image description here

  3. On click on Back / Forward action, buttons will appear in toolbar. enter image description here

3
SANAT On

For Android Studio Giraffe | 2022.3.1, you need to perform the below steps:

  1. Goto the Preferences/Settings.

  2. Choose Appearance & Behaviour from the left menu:

    Enter image description here

  3. Select Menus and Toolbars and then open Navigate:

    Enter image description here

  4. Select Back and Forward buttons and drag and drop it to Main Toolbar Left or Right:

    Enter image description here

  5. Press Apply and then press OK to get the buttons.