Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 661
Raziya Bhagat Avatar asked Sep 11 '25 13:09

Raziya Bhagat


2 Answers

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.

like image 150
Anurag Avatar answered Sep 14 '25 03:09

Anurag


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.

like image 30
Dhananjay Avatar answered Sep 14 '25 04:09

Dhananjay