Top "Android-gradle-plugin" questions

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

variantOutput.getPackageApplication() is obsolete

with Gradle 4.10.1 and the Android Gradle plugin updated to 3.3.0, I get the following warning: WARNING: API 'variantOutput.getPackageApplication()' is …

gradle android-gradle-plugin build.gradle deprecation-warning build-variant
failed to find style 'cardView Style' in current theme

After updating support library version 27.1.0 Android Studio unable to render CardView. It shows error message as failed to find style …

android kotlin android-gradle-plugin rendering android-support-library
Use Crashlytics within a product flavor in Android Studio

I am using Android Studio to develop my application and making use of gradle by creating a few product flavors. …

gradle android-studio android-gradle-plugin crashlytics
Cannot get property 'compileSdkVersion' on extra properties extension as it does not exist Open File

I imported a project downloaded from GitHub into my Android Studio project as module. The "Import module..." wizard worked fine, …

android android-studio android-gradle-plugin build.gradle gradle-plugin
invokedynamic requires --min-sdk-version >= 26

Today downloaded the studio 3.0 beta 2.0 version, after that tried to open an existing project in it and faced some difficulties, …

android android-studio android-gradle-plugin build.gradle
Generate JavaDocs with Android Gradle plugin

How can I generate JavaDocs for an Android project using the new Gradle build system? Here is what I have …

android gradle javadoc android-gradle-plugin
What is the difference between gradlew build and gradlew assembleRelease

I want to build apk from command line with the help of gradle. Which command should I use to build …

android gradle android-gradle-plugin gradlew
Unable to install android app via usb debugging

I know this is an old question but I am trying to install my app the very first time on …

android gradle android-gradle-plugin usb-debugging
Android Studio: No build variant found error

i am new to android development, i started developing from scratch on a project i bought online, following the documentation, …

android android-studio build android-gradle-plugin variant
Gradle android build for different processor architectures

I want to build 4 separate apks for 4 different Android CPU processor architectures (armeabi armeabi-v7a x86 mips) using Gradle. I …

android opencv gradle multiprocessor android-gradle-plugin