Top "Android-gradle-plugin" questions

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

Error:Conflict with dependency 'com.google.code.findbugs:jsr305'

I created a new project in Android Studio 2.2 Preview 1 with Android App and Backend module with Google Messaging. This is …

android-studio gradle google-cloud-messaging android-gradle-plugin build.gradle
Autoincrement VersionCode with gradle extra properties

I'm building an Android app with gradle. Until now I used the Manifest file to increase the versionCode, but I …

android gradle android-gradle-plugin build.gradle
Failed to resolve com.google.android.gms play-services-auth:11.4.0

I am trying to write code for Android FirebaseUI — Auth in my android project but from last two days, I …

java android android-gradle-plugin google-play-services android-support-library
Android Studio 0.4 Duplicate files copied in APK META-INF/LICENSE.txt

After I have updated my Studio from 0.3.7 to 0.4.0, I can't compile my project. I found a solution on stackoverflow: Duplicate …

android gradle android-gradle-plugin
Android studio where is gradle.properties file?

I'm trying to generate a signed apk but I always get the same error. To run dex in process, the …

android android-studio android-gradle-plugin
How to use the legacy Apache HTTP client on Android Marshmallow?

Background On Android Marshmallow, Google has completely removed the support of Apache HTTP client (link here) because it doesn't have …

java android android-gradle-plugin android-6.0-marshmallow
How to configure gradle to work "offline" (using cached dependencies)

I have a command line apk generator which compiles a lot of APKs using the same source code, so these …

android android-studio gradle android-gradle-plugin android-build
Android Studio: how to generate signed apk using Gradle?

I've searched on Google and SO but cannot find my answer. This is the first time I'm working with the …

android gradle android-studio apk android-gradle-plugin
Error:Jack is required to support java 8 language features

When I tried to update my android project to use Java 8 after getting android studio 2.1 and android N SDK by …

android android-studio android-gradle-plugin jack-compiler
How to set versionName in APK filename using gradle?

I'm trying to set a specific version number in the gradle auto-generated APK filename. Now gradle generates myapp-release.apk but …

android build gradle apk android-gradle-plugin