Top "Android-gradle-plugin" questions

The Android Gradle Plugin is Android's standard build system.

How to manually include external aar package using new Gradle Android Build System

I've been experimenting with the new android build system and I've run into a small issue. I've compiled my own …

android gradle android-gradle-plugin build.gradle
Error running android: Gradle project sync failed. Please fix your project and try again

Android Studio (1.2 RC0) keeps telling me Error running android: Gradle project sync failed. Please fix your project and try again. …

android-studio gradle android-gradle-plugin
Error "File google-services.json is missing from module root folder. The Google Services Plugin cannot function without it"

I updated my project to the latest Play services classpath 'com.google.gms:google-services:1.5.0-beta2'. I am also using …

android google-play-services android-gradle-plugin
Is it possible to use Java 8 for Android development?

Searching the web, it is not clear if Java 8 is supported for Android development or not. Before I download/setup …

java android java-8 android-gradle-plugin
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
finished with non zero exit value

I am trying to import my project. but when I run the application I am getting the following error: Error: …

android android-gradle-plugin
ionic 2 - Error Could not find an installed version of Gradle either in Android Studio

I create ionic 2 project and add diagnostic cordova plugin like this : ionic plugin add cordova.plugins.diagnostic npm install --save @…

cordova ionic2 android-gradle-plugin cordova-plugins
Android studio 3.0: Unable to resolve dependency for :app@dexOptions/compileClasspath': Could not resolve project :animators

I migrate to Android studio 3.0. So, the project become unable to compile a module named ":animator" and it displays me …

android-studio android-gradle-plugin android-studio-3.0
java.util.zip.ZipException: duplicate entry during packageAllDebugClassesForMultiDex

I am not sure what this error means. Execution failed for task ':excelSior:packageAllDebugClassesForMultiDex'. > java.util.zip.ZipException: …

android android-gradle-plugin android-support-library android-multidex
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