espressif / book-esp32c3-iot-projects

《ESP32-C3 物联网工程开发实战》配套代码
97 stars 29 forks source link

The app_android compilation failed using Android Studio 2021.3.1. #7

Open xw016013 opened 9 months ago

xw016013 commented 9 months ago

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() }