'Android Studio Dolphin missing VCS menu
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
Solution 1:[1]
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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Andrey |
