-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
please help for gradle issue #33
Comments
My develop environment as following, Android Studio 4.1.3 |
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.
|
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'.
In first line of build.gradle, "import org.apache.tools.ant.taskdefs.condition.Os", "tools" got red word.
Thanks,
Nappy
The text was updated successfully, but these errors were encountered: