Top "Android-gradle-plugin" questions

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

gradle build fails on lint task

I have a simple android project that I created with Android Studio 0.4.0. I use Gradle 1.9 and Gradle Android Plugin 0.7. Yesterday …

android gradle android-gradle-plugin
Failed to resolve: com.android.support:cardview-v7:26.0.0 android

i try to add recyclerview to my project and get this error appear and i added it from android studio …

android android-recyclerview android-gradle-plugin android-support-library
Execution failed for task ':app:compileDebugAidl': aidl is missing

I installed Android Studio on my computer. I created a new project but that got me the error below. What …

android android-studio android-gradle-plugin build.gradle aidl
Failed to resolve: com.google.firebase:firebase-core:16.0.1

I'm trying to add firebase cloud storage to my app. Below is the app build.gradle. But it says: Failed …

java android firebase gradle android-gradle-plugin
Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve

Newly installed Android studio 3.1.3 is giving strange dependencies error when making a new project and compiling for very first time. …

android android-gradle-plugin build.gradle android-studio-3.0
Conflict with dependency 'com.android.support:support-annotations'. Resolved versions for app (23.1.0) and test app (23.0.1) differ

When building I get the following error: Conflict with dependency 'com.android.support:support-annotations'. Resolved versions for app (23.1.0) and test …

android gradle android-gradle-plugin build.gradle android-espresso
Android Studio Gradle Already disposed Module

I have installed Android Studio version 1.0.1. I have imported my projects from eclipse and it works fine. Then I deleted …

android android-studio android-gradle-plugin
Could not resolve com.android.support:appcompat-v7:26.1.0 in Android Studio new project

I know about this questions: Failed to resolve: com.android.support:cardview-v7:26.0.0 android Could not resolve com.android.support:appcompat-v7:26.1.0 […

android android-gradle-plugin android-studio-3.0
Class file for com.google.android.gms.internal.zzaja not found

I am using Fragment for the designing of the Firebase simple login registration. I get error in the OnCreateView() method …

android firebase android-gradle-plugin firebase-authentication
How to use opencv in using Gradle?

I want to use Android Studio to develop an app using Gradle build tool. I can not insert the OpenCV …

android opencv gradle android-gradle-plugin