groovy-android-gradle-plugin
groovy-android-gradle-plugin copied to clipboard
A Gradle plugin to support the Groovy language for building Android apps
What kind of issue is this? - [ ] Question. This issue tracker is not the place for questions. If you want to ask how to do something, or to...
What kind of issue is this? - [ ] Question. Caused by: org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply plugin [id 'groovyx.android'] - [ ] Bug report. Caused by: org.gradle.api.internal.plugins.PluginApplicationException: Failed to apply...
I am getting a strange bug when building, even with a fresh project. The error only occurs when groovy is being compiled. Here is the module's build.gradle: ```gradle buildscript {...
**EDIT: I modified my gradle to follow the instructions for "Use the Android SDK without MINT instrumentation" instead of "with" and it seems to be building now with no conflicts**...
I am using this groovy plugin in Android Studio 2.3.3. It doesn't show any compilation error. Most of the times debug doesn't work. When it works, then I can't evaluate...