Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Gradle sync failed: Process 'command 'git'' finished with non-zero exit value 69

In Android Studio, when I try to build the ODKCollect project, the build fails during the gradle sync stage with the Gradle sync failed: Process 'command 'git'' finished with non-zero exit value 69 error. I checked in the Android preferences and it's pointing to a working git executable. When I tried to build the same code a little while ago, it was working... Mac, Yosemite, git xcode build.

like image 594
Ethan Keller Avatar asked Sep 05 '26 13:09

Ethan Keller


1 Answers

Apparently this error was thrown because I hadn't signed the Xcode EULA. Once I opened xcode and signed that, all started working. Thanks to this link.

like image 86
Ethan Keller Avatar answered Sep 07 '26 07:09

Ethan Keller