Top "Android-gradle-plugin" questions

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

Android Gradle Apache HttpClient does not exist?

I am trying to convert an IntelliJ project to the Gradle system of Android Studio but I am running into …

android android-studio intellij-idea gradle android-gradle-plugin
What is the difference between compileSdkVersion and targetSdkVersion?

I have looked at the documentation for building with Gradle, but I'm still not sure what the difference between compileSdkVersion …

android sdk android-gradle-plugin android-build
Error: No toolchains found in the NDK toolchains folder for ABI with prefix: llvm

I want to compile an open source android project (Netguard) using gradel (gradlew clean build) But I encountered this Error: …

android android-ndk android-gradle-plugin
Error: Execution failed for task ':app:clean'. Unable to delete file

I'm trying to rebuild my Android Studio Gradle project (containing mostly Kotlin code), but it started to throw an UnableToDeleteFileException …

android android-studio android-gradle-plugin kotlin kotlin-android-extensions
Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.android.support:appcompat-v7:26.1.0

Unable to resolve dependency for ':app@debug/compileClasspath': Could not resolve com.android.support:appcompat-v7:26.1.0. Could not resolve com.…

android android-studio gradle android-gradle-plugin
Gradle - Error Could not find method implementation() for arguments [com.android.support:appcompat-v7:26.0.0]

I am trying to open existing android project in android studio and it gradle cannot build the app without the …

java android android-studio android-gradle-plugin
"No cached version... available for offline mode."

I received an error message while building a new Hello World project in Android Studio: FAILURE: Build failed with an …

android android-studio gradle android-gradle-plugin
Tools: replace not replacing in Android manifest

I am using a gradle project with many different library dependencies and using the new manifest merger. In my <…

android android-gradle-plugin
"Gradle Version 2.10 is required." Error

As I've been using classpath 'com.android.tools.build:gradle:+' In the build.gradle file, I got the following …

android android-studio plugins gradle android-gradle-plugin
Error: Could not find gradle wrapper within Android SDK. Might need to update your Android SDK - Android

I know there are lots of questions similiar to this one, but i couldn't find a solution for my problem …

cordova ionic-framework android-gradle-plugin