Raziya Bhagat
Raziya Bhagat

Reputation: 386

Cannot find project's current branch in the bottom-right corner of Android Studio

I am using Android Studio version 3.1.2. Something has changed after studio update. And now I am not able to find project's current branch in the bottom-right corner.

Upvotes: 21

Views: 8861

Answers (7)

Itay Steingold
Itay Steingold

Reputation: 61

On Android Studio Hedgehog Top menu bar > View > Appearance > Status Bar Widgets > Git Branch

Upvotes: 5

Pascal Ganaye
Pascal Ganaye

Reputation: 1364

With the new UI in Android Studio Giraffe it is now on the window top just after the project name.

Upvotes: 8

gowtham6672
gowtham6672

Reputation: 1068

In android studio hedgedog with new android studio UI enabled, I had to search(Ctrl+N) "Show Git Branch" action and enable it.

Upvotes: 4

Alagie F. Nget
Alagie F. Nget

Reputation: 165

Try this click on vcs -> enable version control integration.

Upvotes: 0

Dhananjay
Dhananjay

Reputation: 271

I had the same issue in Android Studio Chipmunk (The Arctic Fox).

Steps to Resolve the Issue. From Menu option go to View -> Appearance -> Status Bar Widgets -> Git Branch (Check it).

Will work.

Upvotes: 17

Anurag
Anurag

Reputation: 271

Had same issue in Studio Arctic Fox. And in Menus Option >> View >> Appearance >> Status Bar Widgets >> Git Branch(not present)

So, doing invalidate Caches/Restart fixed my issue.

Upvotes: 27

Raziya Bhagat
Raziya Bhagat

Reputation: 386

Accidentally I have unchecked Status bar option present under View section under main menu.

Upvotes: 16

Related Questions