Top "Gradle" questions

Gradle is a project build automation tool that uses a Groovy DSL.

Android Studio gradle takes too long to build

My Android Studio project used to build faster but now it takes a long time to build. Any ideas what …

android android-studio build gradle build.gradle
Error - Android resource linking failed (AAPT2 27.0.3 Daemon #0)

I have this error I am try reinstall android studio and remove .gradle folder , any solution please? Error:FAILURE: Build …

android gradle build
How to create a release signed apk file using Gradle?

I would like to have my Gradle build to create a release signed apk file using Gradle. I'm not sure …

android gradle apk release android-gradle-plugin
Android Studio suddenly cannot resolve symbols

Android Studio 0.4.2 was working fine and today I opened it and almost everything was red and the auto-completion had stopped …

android import gradle android-studio
Gradle does not find tools.jar

I am using javadoc doclets with gradle, so I need to use the package tools.jar, which is in the …

java gradle groovy build
Android Studio: Where is the Compiler Error Output Window?

When I 'Run' my project in Android Studio, in the 'Messages' window, I get: Gradle: FAILURE: Build failed with an …

gradle android-studio
Gradle, Android and the ANDROID_HOME SDK location

edit: (aug-2016) That question is from November 2013 (while Android Studio was still in Developer Preview mode), Currently (AS v2.2, Aug-2016) …

android gradle android-build android-gradle-plugin
Android Studio Gradle Configuration with name 'default' not found

I am having problems compiling my app with Android Studio (0.1.5). The app uses 2 libraries which I have included as follows: …

android gradle android-studio
com.android.build.transform.api.TransformException

I am trying to integrate Google sign in, in my app, I added these libraries: compile 'com.google.android.gms:…

java android gradle google-play-services google-signin
Android Studio: Plugin with id 'android-library' not found

I've been trying to get ActionBarSherlock to work and having some issue. One issue I've come across is the following …

gradle android-studio android-build build.gradle gradlew