- Home /
Build in Gradle
Hello,
I am trying to build my project with Gradle but am having some trouble. Has anyone been able to successfully export a Google Android Project and then build with Gradle through the command line? If so could you point me in the right direction?
we use a gradle-based AndroidStudio project to build with. i think i once got it to compile strictly from command-line, exclusive of code-signing.
what problem are you having ?
I think I've got a couple issues. For one, I don't think I have set up the build.gradle correctly. Are you using a multi-project approach? Or do you point to all the src and res files in one build.gradle file? I don't think gradle is finding all of my .jar and .java files correctly.
With the current build.gradle I have constructed, I am currently getting this error when trying to build:
"Execution failed for task ':processDebugResources'.
xecException: Process 'command 'C:\Program Files (x86)\Android\android-sdk\build -tools\23.0.3\aapt.exe'' finished with non-zero exit value 1"com.android.ide.common.process.ProcessException: org.gradle.process.internal.E
Your answer
Follow this Question
Related Questions
Can i give a APK file to a "stranger"? 1 Answer
Android SDK does not include error 1 Answer
How to use OBB and splitted binaries with Unity ? 0 Answers
Android Build Problems With Platform(s) 4 Answers
Having issue building apk 1 Answer