Top "Android-gradle-plugin" questions

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

Error:(6, 0) Gradle DSL method not found: 'google()'

/Users/Ren/Desktop/RecylerViewBaseAdapter/build.gradle Error:(6, 0) Gradle DSL method not found: 'google()' Possible causes: The project 'RecylerViewBaseAdapter' may …

android build android-gradle-plugin
It is currently in use by another Gradle instance

I'm new to Gradle build system. I want to do some basic functions on it. I'm running/building it in …

gradle android-gradle-plugin
how can I add the aidl file to Android studio (from the in-app billing example)

I am currently migrating an Eclipse app to Android Studio. This app was using the in app billing. My main …

android android-studio gradle android-gradle-plugin aidl
Configuration on demand is not supported by the current version of the Android Gradle plugin

After upgrading to Android Studio 3.1.2 I am getting the following error: Configuration on demand is not supported by the current …

android android-gradle-plugin
Failed to resolve: com.google.firebase:firebase-core:11.2.0

I'm getting multiple "Failed to Resolve" issues when syncing my project. They are all firebase and play-services related. I made …

android android-studio firebase android-gradle-plugin google-play-services
Android Studio DexIndexOverflowException: method ID not in

I use Android Studio to develop an application and I face this error which I have no idea how to …

java android android-studio google-api android-gradle-plugin
What is the syntax for writing comments in build.gradle file?

Looking down this build.gradle file apply plugin: 'com.android.application' android { compileSdkVersion 21 buildToolsVersion "21.1.2" defaultConfig { applicationId "package.myapp" minSdkVersion 19 targetSdkVersion 21 …

android gradle comments android-gradle-plugin build.gradle
How do I show dependencies tree in Android Studio?

My goal is to see the tree of dependencies (such as: appcompat, dagger, etc) in a particular project. Like the …

android android-studio gradle intellij-idea android-gradle-plugin
BuildConfig not getting created correctly (Gradle Android)

I am trying to convert our Android application to a gradle build. I have the project and it's libraries building …

android gradle android-build android-gradle-plugin buildconfig
error: failed linking references. -> QueuedJob

I was studying the Android Material Design using Kotlin and everything was going fine until I tried to use the …

android kotlin android-gradle-plugin android-appcompat floating-action-button