Top "Android-gradle-plugin" questions

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

com.google.android.gms:play-services-measurement-base is being requested by various other libraries

I updated to gradle 4.0.1 and started receiving following error The library com.google.android.gms:play-services-measurement-base is being requested by …

android gradle android-gradle-plugin google-play-services
Invoke-customs are only supported starting with android 0 --min-api 26

before i'm use build version gradle 26 but after change buildtoolsversion to 27 like as this image error : error build gradle screenshot

android android-studio android-gradle-plugin
Manifest merger failed : uses-sdk:minSdkVersion 14

Since downloading the latest SDK and installing Android Studio, my project fails to build. I get the following message: Error:…

android android-studio android-gradle-plugin android-5.0-lollipop
Gradle error: Minimum supported Gradle version is 3.3. Current version is 3.2

When I today update Android Studio it write: Minimum supported Gradle version is 3.3. Current version is 3.2 how can I solve …

android android-studio android-gradle-plugin build.gradle
Multiple dex files define Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat

If I run gradle assembleDebug from the command line, I am suddenly getting this error: UNEXPECTED TOP-LEVEL EXCEPTION: com.android.…

android gradle android-support-library android-gradle-plugin
Could not find or load main class org.gradle.wrapper.GradleWrapperMain

I cleaned the whole project by deleting local directories like ~/.gradle, ~/.m2 ~./android and ~/workspace/project/.gradle and chosing File …

android-studio gradle android-gradle-plugin gradlew
Error:Execution failed for task ':app:transformClassesWithDexForDebug'

The error Error:Execution failed for task ':app:transformClassesWithDexForDebug'. com.android.build.transform.api.TransformException: com.android.ide.common.…

android android-studio android-gradle-plugin android-multidex
Gradle DSL method not found: 'runProguard'

I get an error after updating from my last project. Not a problem in my code but I'm having trouble …

android gradle android-gradle-plugin
How to disable gradle 'offline mode' in android studio?

I am new to android studio IDE development. Every time when I imported a sample project that developed in the …

android android-studio ide android-gradle-plugin
error: package com.android.annotations does not exist

I have the following class import com.android.annotations.NonNullByDefault; @NonNullByDefault public final class Log { ... } and here is my build.…

android react-native android-studio gradle android-gradle-plugin