Top "Gradlew" questions

gradlew is an executable file created by the gradle wrapper plugin, to replace the normal gradle executable for a project

Android Studio : Could not create plugin of type 'AppPlugin'

I know that there are a lot of similar questions, but no one answer works for me. Android Studio 0.8.0 dependencies { …

android gradle android-studio android-gradle-plugin gradlew
Android: Could not find or load main class org.gradle.wrapper.GradleWrapperMain

I am trying to build my project on GitLab CI but unfortunately for me I keep getting this error inside …

android gradle gitlab gradlew gitlab-ci
Jenkins `Make gradlew executable` option do not make `gradelw executable

I have Jenkins setup on linux machine (CentOS) and I tried to build Gradle based project on the master host. …

linux jenkins gradle file-permissions gradlew
Difference between running lint via Android Studio menu and gradlew command-line

When I run the following on a command line: ./gradlew -lint I get different results than if I choose the …

android gradle android-studio lint gradlew
Android Studio - Unable to build project - GradleConnectionException

I'm on Android Studio 0.3.2. Since I upgraded from previous version, unable to build existing projects. I'm consistently having gradle integration …

android android-studio build.gradle android-gradle-plugin gradlew
How to retrieve path to ADB in build.gradle

I trying to start application via gradle task. task runDebug(dependsOn: ['installDebug', 'run']) { } task run(type: Exec) { commandLine 'adb', 'shell', …

android gradle android-studio adb gradlew
IntelliJ IDEA takes a long time when refreshing a Gradle project

I have a very large project, with many sub-projects configured in Gradle. When I do a clean build from the …

intellij-idea gradle gradlew
R8 throws NullPointerException from within AndroidStudio, but not from commandline via gradlew

Problem When I click on the debug icon in Android Studio, I get this NullPointerException from R8. Executing tasks: [:app:…

android-studio android-gradle-plugin gradlew android-r8
Slow gradle build in Docker. Caching gradle build

I am doing university project where we need to run multiple Spring Boot applications at once. I had already configured …

java docker gradle caching gradlew
Gradle in eclipse is not showing external dependencies sources and java docs in eclipse IDE

I am new to gradle. I converted one of my maven project to gradle. I installed eclipse gradle plugin. After …

gradle build.gradle gradlew gradle-eclipse