You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for you great work.
I try to build apk by your source code ,seems it doesn't works.
This is from message Gradel Sync:
D:\eva\eviacam\build.gradle
Error:(8, 0) Process 'command 'git'' finished with non-zero exit value 128
Open File
This is event log:
10:55:04 Gradle sync started
10:55:12 Gradle sync failed: Process 'command 'git'' finished with non-zero exit value 128
Consult IDE log for more details (Help | Show Log)
10:56:09 Gradle sync started
10:56:11 Gradle sync failed: Process 'command 'git'' finished with non-zero exit value 128
Consult IDE log for more details (Help | Show Log)
and this is source code:
`/* Gets the version name from the latest Git tag */
Thank you ,I think I found the problem.
There is a "WizarDroid lib" in this repository, but my local "WizarDroid" folder is empty when I finished pull this repository.
so that's why I can't build the APK, I need "git clone --recursive"
Thanks for you great work.
I try to build apk by your source code ,seems it doesn't works.
This is from message Gradel Sync:
D:\eva\eviacam\build.gradle
Error:(8, 0) Process 'command 'git'' finished with non-zero exit value 128
Open File
This is event log:
10:55:04 Gradle sync started
10:55:12 Gradle sync failed: Process 'command 'git'' finished with non-zero exit value 128
Consult IDE log for more details (Help | Show Log)
10:56:09 Gradle sync started
10:56:11 Gradle sync failed: Process 'command 'git'' finished with non-zero exit value 128
Consult IDE log for more details (Help | Show Log)
and this is source code:
`/* Gets the version name from the latest Git tag */
def getVersionName = { ->
}`
The text was updated successfully, but these errors were encountered: