Answer the question
In order to leave comments, you need to log in
Gradle Android module vs Android module what are the differences?
When creating a new project in intelji IDEA, there are 2 types of android applications to choose from: Gradle Android module and just Android module
I understand that Gradle is something like a "plugin" that compiles the project itself, and has more features than the standard java compiler ?
Why I asked this question: my application does not compile with gradle. Even hello word.
Error:Gradle: Execution failed for task ':lib:processDebugResources'.
> com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command 'D:\Dev\AndroidSDK\build-tools\22.0.1\aapt.exe'' finished with non-zero exit value 1
Answer the question
In order to leave comments, you need to log in
Gradle is an automated build system built on the principles of Apache Ant and Apache Maven, but providing a Groovy DSL instead of the traditional XML-like form of project configuration.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question