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

13

62

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!

Dwelling answered 19/3, 2018 at 17:56 Comment(2)
FWIW, they are showing up for me, to the right of the find/paste options. Right click over the empty space to the end of a row of toolbar buttons, choose "Customize Menus and Toolbars", look in the Main Toolbar, and see if you can add them back.Peccavi
@Peccavi I am totally lost. Can't right click anywhere in the tool bar at the top in the IDE. Can you provide a screen shot?Dwelling
P
61

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!

Peccavi answered 19/3, 2018 at 20:29 Comment(4)
This action - right-clicking on an empty part of the toolbar - makes the assumption that the toolbar is actually visible. In Android Studio 3.1.1 at least, you need to make sure 'Toolbar' is ticked in the View menu before the toolbar displayed in this answer is visible. Without this, some of the controls will be visible to the right-hand side, but the blank space will not be right-clickable.Enrollment
Works in Android Studio 3.1.3.Pilaf
But not for 3.5.1.Exclosure
For later versions of Android Studio see @MdNehaluddinHaider's answer: https://mcmap.net/q/319884/-how-can-i-show-39-back-39-39-forward-39-buttons-in-the-android-studio-3-0-1-ide-iguana-2023-2-1Grandson
C
45

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

Carlock answered 20/6, 2018 at 8:50 Comment(1)
It was very frustrating trying to figure this out after having to reinstall AS. thank youLapith
P
40

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.

Pediculosis answered 17/8, 2023 at 14:17 Comment(3)
Have the same problem in Android Studio Hedgehog, 2023 and this still solves the issue. thank you!Morganne
works for me in lastest android studio version Hedgehog alsoShore
Thanks a lot! Very clean explanationsEsau
F
17

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

Firry answered 29/9, 2020 at 3:31 Comment(0)
O
9

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

Ouabain answered 9/5, 2018 at 13:21 Comment(0)
T
8

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.

Terena answered 1/8, 2023 at 0:36 Comment(1)
Thnx for the info. Worked perfectly on Jellyfish. (These menus are now buried so deep that they're hard to find.)Blacking
D
5

As of 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

Dunkin answered 13/3 at 7:16 Comment(1)
Work like a charm on Koala version. This is the most effective solution because it doesn't change the default menu as the below solution.Ferocity
A
3

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

Anselmo answered 30/4, 2020 at 9:3 Comment(0)
M
2

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

Metalepsis answered 30/3, 2021 at 10:52 Comment(1)
U
2

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

Understandable answered 17/6, 2023 at 16:28 Comment(1)
Brother i have added the icons but they are not clickable. Kindly tell me if you have the solutionWarrantee
E
1

Simple step you can find in screenshot.

enter image description here

Just we need to enable toolbar

Eighty answered 31/5, 2022 at 10:11 Comment(0)
E
1

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

Embezzle answered 15/11, 2023 at 9:14 Comment(0)
A
0

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

Anastasia answered 13/11, 2019 at 14:28 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.