When you launch Android Studio, a push notification crashes that Git cannot be started, error exitCode = 1:
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

Details on the screen. How to fix? enter image description here

  • missing xcrun at: bla/bla/bla/xcrun - n3r0bi0m4n
  • how to fix something? - Toxic Shinobi

1 answer 1

Our foreign comrades advise you to dial a command in the terminal
xcode-select --install

It will download and install xcode developer tools , which will solve the problem.

Also, some who have the xcode developer tools already installed are helped by the command
xcode-select --reset