About 50 results
Open links in new tab
  1. What is Gradle in Android Studio? - Stack Overflow

    May 26, 2013 · Gradle is a bit confusing to me, and also for any new Android developer. Can anyone explain what Gradle in Android Studio is and what its purpose is? Why is it included in Android Studio?

  2. Manually install Gradle and use it in Android Studio

    That should force Gradle to "download" the package from your filesystem and set it up as it expects, while leaving other machines ok when you commit the gradle directory to your VCS.

  3. How do I tell Gradle to use specific JDK version? - Stack Overflow

    I can't figure out to get this working. Scenario: I have an application built with gradle The application uses JavaFX What I want Use a variable (defined per developer machine) which points to an

  4. Difference between using gradlew and gradle - Stack Overflow

    Jan 31, 2017 · The difference lies in the fact that ./gradlew indicates you are using a gradle wrapper. The wrapper is generally part of a project and it facilitates installation of gradle. If you were using …

  5. How can I force Gradle to redownload dependencies?

    Nov 26, 2012 · If you are using a recent version of Gradle, you can use --refresh-dependencies option. ./gradlew build --refresh-dependencies you can refer to the Gradle manual. The --refresh …

  6. java - Gradle build without tests - Stack Overflow

    Dec 9, 2023 · I want to execute gradle build without executing the unit tests. I tried: gradle -Dskip.tests build That doesn't seem to do anything. Is there some other command I could use?

  7. Flutter App stuck at "Running Gradle task 'assembleDebug'...

    Dec 29, 2019 · 19 If Running Gradle task assembledebug is taking unexpectedly long time, try updating Gradle in your project. (Downloading latest zip file) You can follow steps in this answer. Or try by: …

  8. intellij idea - Could not install Gradle distribution from 'https ...

    Dec 14, 2014 · I am a greenhorn in gradle and i just tried to create a new Android Gradle Project in IntelliJ. After filling up the necessities it started to download something which took hours so i decided …

  9. Deprecated Gradle features were used in this build, making it ...

    On a SpringBoot project using IntelliJ and Gradle, I got the warning "Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0" when running my integration test.

  10. Android Gradle Plugin 8.0.2, Plugin [id: 'com.android.application ...

    Jul 5, 2023 · I have installed the latest version of Android Studio and created a new project, but I am unable to run it due to the plugin [id: 'com.android.application', version: '8.0.2', apply: false] not being