eva_facial_mouse
eva_facial_mouse copied to clipboard
please help for gradle issue
Hi,
Error in build.gradle as following message,
Build file '/Users/mac/Downloads/eva_facial_mouse-develop/eviacam/build.gradle' line: 8
A problem occurred evaluating project ':eviacam'.
Process 'command 'git'' finished with non-zero exit value 128
In first line of build.gradle, "import org.apache.tools.ant.taskdefs.condition.Os", "tools" got red word.
Thanks, Nappy
My develop environment as following,
Android Studio 4.1.3 Build #AI-201.8743.12.41.7199119, built on March 11, 2021 Runtime version: 1.8.0_242-release-1644-b3-6915495 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o macOS 10.16 GC: ParNew, ConcurrentMarkSweep Memory: 2014M Cores: 4 Registry: ide.new.welcome.screen.force=true, external.system.auto.import.disabled=true Non-Bundled Plugins: com.thoughtworks.gauge, com.intellij.marketplace, org.jetbrains.kotlin
Hi! Thank you for the message. If i'm right you just want to compile the code. I don't have any idea yet how to fix your issue.My first thoughts are: - the git command related error is not a big deal: perhaps classic command line git is not installed on computer By the way the whole git related code is in: eviacam/build.gradleIts just an inherited way to auto update the version number from git. I think you can simply rewrite the function to return any hard coded version number if you want:def getVersionName = { -> return '10' } Regards, suletom nappy64 @.***> írta:
My develop environment as following, Android Studio 4.1.3 Build #AI-201.8743.12.41.7199119, built on March 11, 2021 Runtime version: 1.8.0_242-release-1644-b3-6915495 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o macOS 10.16 GC: ParNew, ConcurrentMarkSweep Memory: 2014M Cores: 4 Registry: ide.new.welcome.screen.force=true, external.system.auto.import.disabled=true Non-Bundled Plugins: com.thoughtworks.gauge, com.intellij.marketplace, org.jetbrains.kotlin — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
@suletom @nappy64 are you guys build the project?