Home > OS >  MacOS Monterey and Android Studio Bumblebee, "Git is not installed"
MacOS Monterey and Android Studio Bumblebee, "Git is not installed"

Time:02-07

After upgrade upgrading Android Studio to Bumblebee version, I encountered this error.

Xcode has been installed, but currently is uninstalled.

CodePudding user response:

  1. Follow the suggestion, Terminal run xcode-select --install
  2. Then run sudo xcode-select --reset, this will reset its path
  3. Update Android Studio > Preference > Version Control > Git > Path to /Library/Developer/CommandLineTools/usr/bin/git
  4. Work fine now
  •  Tags:  
  • Related