eva_facial_mouse icon indicating copy to clipboard operation
eva_facial_mouse copied to clipboard

please help for gradle issue

Open nappy64 opened this issue 3 years ago • 3 comments

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

nappy64 avatar May 17 '21 02:05 nappy64

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

nappy64 avatar May 17 '21 02:05 nappy64

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 avatar May 17 '21 07:05 suletom

@suletom @nappy64 are you guys build the project?

karansingla007 avatar Mar 01 '23 14:03 karansingla007