Top "Android-gradle-plugin" questions

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

Android Studio: Add jar as library?

I'm trying to use the new Android Studio but I can't seem to get it working correctly. I'm using the …

android gradle android-gradle-plugin gson dependency-management
HttpClient won't import in Android Studio

I have a simple class written in Android Studio: package com.mysite.myapp; import org.apache.http.client.HttpClient; public …

android gradle android-gradle-plugin apache-httpclient-4.x
What is Gradle in Android Studio?

Gradle is a bit confusing to me, and also for any new Android developer. Can anyone explain what Gradle in …

android-studio gradle android-gradle-plugin build-automation
android studio 0.4.2: Gradle project sync failed error

After updating to 0.4.2 I get this error when opening a project: 'Gradle project sync failed. Basic functionality (e.g. editing, …

android android-studio android-gradle-plugin build.gradle
Error:com.android.tools.aapt2.Aapt2Exception: AAPT2 error: check logs for details

This is the output of my Gradle console, I am unable to build my project D:\Android Projects\....\app\src\…

android android-gradle-plugin
Error:(1, 0) Plugin with id 'com.android.application' not found

This is my first attempt at Android Studio. I installed 0.8.0 and updated to 0.8.2. As soon as a project is created …

android gradle android-gradle-plugin
Automatically accept all SDK licences

Since gradle android plugins 2.2-alpha4: Gradle will attempt to download missing SDK packages that a project depends on Which is …

android gradle sdk android-gradle-plugin android-sdk-tools
Android Material and appcompat Manifest merger failed

I have next grade dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7:28.0.0-rc01' implementation …

android android-gradle-plugin build.gradle gradle-plugin
How to set gradle home while importing existing project in Android studio

How to set gradle home while importing existing project in Android studio. While trying to import I need to set …

android-studio gradle intellij-idea android-gradle-plugin