Akash Agarwal
Akash Agarwal

Reputation: 2540

Right clicking on project doesn't show Git menu

In Android Studio in the projects view when I right click on my project, I can't see the Git menu. Hence I can't add all the files altogether. How can I fix this?

I'm trying to follow this tutorial for bitbucket integration at 9:10 time.

My Android Studio version is 1.3.1 on xUbuntu 14.04 which shouldn't be a problem since the creator of the video posted it on 23rd Feb 2015 and this built was made on 3rd August 2015.

Upvotes: 2

Views: 1586

Answers (2)

Akash Agarwal
Akash Agarwal

Reputation: 2540

I fixed this problem, unfortunately the path of root directory in Version Control settings was pointing to an inner directory.

Upvotes: 1

Devanshu Dwivedi
Devanshu Dwivedi

Reputation: 693

Go on top status bar and select in following order:

VCS > Enable Version Control Integration > select "Git"

Upvotes: 4

Related Questions