book-esp32c3-iot-projects icon indicating copy to clipboard operation
book-esp32c3-iot-projects copied to clipboard

The app_android compilation failed using Android Studio 2021.3.1.

Open xw016013 opened this issue 1 year ago • 0 comments

Error message: Gradle sync failed: Process 'command 'git'' finished with non-zero exit value 128; def getGitHash = { -> def stdout = new ByteArrayOutputStream() exec { commandLine 'git', 'rev-parse', '--short', 'HEAD' standardOutput = stdout } return stdout.toString().trim() }

xw016013 avatar Nov 13 '23 13:11 xw016013