Top "Android-gradle-plugin" questions

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

No resource found that matches the given name: attr 'android:keyboardNavigationCluster'. when updating to Support Library 26.0.0

I've got this issue while updating to the latest Support Library version 26.0.0 (https://developer.android.com/topic/libraries/support-library/revisions.…

android android-gradle-plugin android-support-library android-appcompat
How to check the gradle version in Android Studio?

When compiling this official project with Android Studio 0.82, it shows error note: Error:The project is using an unsupported version …

android-gradle-plugin version
WARNING: API 'variant.getJavaCompile()' is obsolete and has been replaced with 'variant.getJavaCompileProvider()'

Suddenly when Syncing Gradle, I get this error: WARNING: API 'variant.getJavaCompile()' is obsolete and has been replaced with …

android android-studio compilation android-gradle-plugin google-fabric
Android dependency has different version for the compile and runtime

After updating Android Studio from Canary 3 to Canary 4, the following error is thrown at the build time. Android dependency 'com.…

android android-gradle-plugin build.gradle
Error:Execution failed for task ':ProjectName:mergeDebugResources'. > Crunching Cruncher *some file* failed, see logs

I have this error when trying to make a module of a project apply plugin: 'com.android.library' android { compileSdkVersion 17 …

android android-studio android-gradle-plugin build.gradle
Plugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRIDE environment variable to

today I just imported a sample app from Android SDK as a module in my project (analytics) and suddenly I …

android android-studio gradle android-gradle-plugin
Kotlin Error : Could not find org.jetbrains.kotlin:kotlin-stdlib-jre7:1.0.7

I installed the Kotlin plugin into my app (v. v1.1.1-release-Studio2.2-1) and then selected "Configure Kotlin in Project" I …

android kotlin android-gradle-plugin
Android Gradle plugin 0.7.0: "duplicate files during packaging of APK"

Using Android Gradle plugin 0.7.0 with the following build.gradle: buildscript { repositories { mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:0.7.0' } } …

android gradle android-studio android-gradle-plugin
Copy existing project with a new name in Android Studio

I would like to copy my Android project and create a new project from the same files just with a …

android-studio gradle android-gradle-plugin build.gradle
How to set up gradle and android studio to do release build?

I want to build android app and start signing it. For that I need to have Release version of apk. …

android gradle android-studio release android-gradle-plugin