-
Process 'command 'git'' finished with non-zero exit value 69Android 2024. 11. 21. 09:46반응형
안드로이드 스튜디오에서 아래의 오류가 발생하면서 gradle sync 가 안 되는 문제가 있었는데
Process 'command 'git'' finished with non-zero exit value 69
해결책은 간단하다 xcode EULA에서 동의를 받으면 끝이다.
xcode의 git를 같이 쓰다 보니 Mac에서 안드로이드 스튜디오를 사용하는 사용자는 xcode의 영향도 같이 받는 것 같다.
동의 후에는 정상적으로 작동한다.
https://stackoverflow.com/questions/40263185/gradle-sync-failed-process-command-git-finished-with-non-zero-exit-value-69Gradle 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...
stackoverflow.com
명령어는 아래와 같음sudo xcodebuild -license
반응형'Android' 카테고리의 다른 글
Android StrictMode (0) 2024.04.04 Jetpack Compose Internals 한국어 번역 (0) 2024.02.17 2023년 4월 정책 업데이트 Google play 정책 세미나 (0) 2023.04.26 Clean Architecture in Android (0) 2023.01.30 Modern Android App Architecture (0) 2022.12.11 Android studio/InteliJ IDEA Code inspections (0) 2022.09.08 Jetpack Compose Modifier.onFocusChanged에서 animateScrollTo 가 작동안되는 문제 (0) 2022.04.07 Null Coalescing Operator(with. databinding) (0) 2022.01.05