Top "Gradle" questions

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

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
How to update gradle in android studio?

I installed Android Studio 0.1.9. Today I got and update to version 0.2 and of course I updated. After the installation I …

android android-studio gradle shortcut
How can I force gradle to redownload dependencies?

How can I tell gradle to redownload dependencies from repositories?

gradle
How to add local .jar file dependency to build.gradle file?

So I have tried to add my local .jar file dependency to my build.gradle file: apply plugin: 'java' sourceSets { …

java gradle dependency-management build.gradle gradle-eclipse
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
How to clear gradle cache?

I'm trying to use Android Studio, and the first time I boot it up, it takes like 45 MINUTES to compile... …

android caching intellij-idea ide gradle
Error retrieving parent for item: No resource found that matches the given name after upgrading to AppCompat v23

I've always programmed Android with Eclipse and decided to start migrating to Android Studio. I decided to use the same …

android android-studio gradle
You have not accepted the license agreements of the following SDK components

I downloaded the latest Android SDK tools version 24.4.1. I used the command line to install SDKs. I typed y when …

android android-studio gradle android-sdk-tools
Using gradle to find dependency tree

Is it possible to use gradle to produce a tree of what depends on what? I have a project and …

gradle
No matching client found for package name (Google Analytics) - multiple productFlavors & buildTypes

Context: I'm trying to set up Google Analytics for my app. (having 4 custom buildTypes and more than a few productFlavors) …

android android-studio gradle google-analytics android-productflavors