9

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

Xcode has been installed, but currently is uninstalled.

Amos
  • 2,222
  • 1
  • 26
  • 42

1 Answers1

27
  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. Invalidate cache and restart the android studio (optional)
  5. Work fine now
Amos
  • 2,222
  • 1
  • 26
  • 42