Top "Gradle" questions

Gradle is a project build automation tool that uses a Groovy DSL.

Android Studio marks R in red with error message "cannot resolve symbol R", but build succeeds

In every project I've tried to create in Android Studio, all usages of R are marked in red with the …

android gradle android-studio
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
Gradle build without tests

I want to execute gradle build without executing the unit tests. I tried: $ gradle -Dskip.tests build That doesn't seem …

gradle
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
appcompat-v7:21.0.0': No resource found that matches the given name: attr 'android:actionModeShareDrawable'

When attempting to use the latest appcompat-v7 support library in my project, I get the following error: /Users/greg/dev/…

android gradle xamarin.android android-support-library android-5.0-lollipop
What's the difference between implementation and compile in Gradle?

After updating to Android Studio 3.0 and creating a new project, I noticed that in build.gradle there is a new …

gradle build.gradle dependency-management gradle-plugin transitive-dependency
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
Why use Gradle instead of Ant or Maven?

What does another build tool targeted at Java really get me? If you use Gradle over another tool, why?

java maven ant build-process gradle