Top "Android-gradle-plugin" questions

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

Why Google play services dependency automatically added com.google.android.finsky.permission.BIND_GET_INSTALL_REFERRER_SERVICE permission

Recently i have updated google play services dependency version to 15.0.0 it automatically added the below permission. i don't no wheather …

android android-gradle-plugin google-play-services install-referrer
Change apk name with Gradle

I have an Android project which uses Gradle for build process. Now I want to add two extra build types …

android gradle apk android-gradle-plugin
Dagger2 dependency - Gradle

I'm trying to add Dagger2 to my project in Android Studio but I can't find proper dependency to paste in …

android android-gradle-plugin dagger-2
Android-studio 3.4.0-3.4.2 Gradle ERROR: No value has been specified for property 'manifestOutputDirectory'

when upgrading to android-studio 3.4.x/gradle build plugin 3.4.x /gradle 5.3 ... wondering if its an issue with the android plugin. ERROR: …

android android-studio android-gradle-plugin gradle-plugin
Can't find import module option in project structure (Android Studio 0.3.4 - 0.5.2)

I'm getting really confused and frustrated because I just can't understand how to import my android library project as dependency …

android android-studio android-library android-gradle-plugin
java.exe finished with non-zero exit value 2 when using Facebook SDK

When I try to compile my app I get a following error Error:Execution failed for task ':app:dexDebug'. &…

java android gradle android-gradle-plugin facebook-android-sdk
Why am I getting "could not find com.android.tools.build:gradle" error?

This is based off my last question as well. Following this tutorial, I cloned the project into my machine and …

gradle build android-gradle-plugin build-automation build.gradle
No cached version of com.google.gms:google-services:1.x.x available for offline mode

Error:No cached version of com.google.gms:google-services:1.4.0-beta3 available for offline mode. Disable Gradle 'offline mode' and sync …

android android-studio android-gradle-plugin build.gradle offline-mode
Gradle use certificate authentication for repository

The Problem I have a Android Gradle project which should pull a lib from my companys sonatype nexus server. The …

ssl gradle jvm android-gradle-plugin http-authentication
File res/drawable/abc_ic_ab_back_material.xml from drawable resource ID #0x7f020016

Recently android support library was updated to 23.2.0. After downloading android sdk and updating android design support library into 23.2.0, this error …

android android-gradle-plugin android-design-library