Top "Gradle" questions

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

failed to find target with hash string android-23

When trying to build OpenStreetMapView from git://github.com/osmdroid/osmdroid, I get this error: failed to find target with …

android gradle android-build
The number of method references in a .dex file cannot exceed 64k API 17

I am building an app with SugarORM Library but when I try to build the project for API 17 (didn't check …

android gradle android-gradle-plugin android-multidex sugarorm
gradlew command not found?

I am working on a Java project with gradlew. I use Ubuntu Linux as my OS. When I run "gradle" …

java linux gradle installation
Android studio - Failed to find target android-18

I have a problem with Android Studio 0.2.3. When I run my project the build stops and appears message that says: …

java android gradle android-studio
A failure occurred while executing com.android.build.gradle.internal.tasks

I am getting this error while I am building APK. Cause 1: org.gradle.workers.internal.DefaultWorkerExecutor$WorkExecutionException: A failure occurred …

android android-studio gradle
Error: Unfortunately you can't have non-Gradle Java modules and > Android-Gradle modules in one project

I have an IntelliJ 14.1.2 Project consisting of two modules - one is an Android Gradle based module and the other …

java android gradle intellij-idea intellij-14
Using Gradle to build a jar with dependencies

I have a multiproject build and I put a task to build a fat jar in one of the subprojects. …

gradle uberjar
Gradle: Could not determine java version from '11.0.2'

I ran the following comment: ./gradlew app:installDebug only to be met with the log: FAILURE: Build failed with an …

java gradle gradlew
Build Android Studio app via command line

I want to build an Android Studio app (the Gradle build system), but I want to do this via the …

android-studio gradle command-line android-gradle-plugin
Gradle - Could not find or load main class

I'm trying to run a very simple project using Gradle and running into the following error when using the gradlew …

java spring gradle build.gradle