Home > Enterprise >  Android Studio Dolphin missing VCS menu
Android Studio Dolphin missing VCS menu

Time:05-06

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

CodePudding user response:

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.

  • Related