0

I can no longer find "Enable Version Control Integration" which is under VCS tab in Android Studio, looks like it was replace with Git but I can't see a way to enable version control with the new options. Does anyone know where to enable it or how can we quickly enable VCS in a project?

I am using Android Studio Dolphin | 2021.3.1 Canary 7

Bitwise DEVS
  • 2,858
  • 4
  • 24
  • 67

1 Answers1

0

If you have the Menu, named Git, it means you are already have Git repository initialized for the project. You can check this in Settings/Preferences | Version Control | Directory Mappings settings. See Set up a Git repository for the steps.

Andrey
  • 15,144
  • 25
  • 91
  • 187