About 153,000 results
Open links in new tab
  1. How do I install gradle on Windows 10? - Stack Overflow

    May 25, 2017 · 8 choco install gradle in shell/cmd. of course, you gotta install the chocolatey first from here Chocolatey - the package manager for Windows.

  2. Manually install Gradle and use it in Android Studio

    Step 3: Goto: Build, Execution, Deployment >> Build Tools >> Gradle (Or just type in the searchbar Gradle) Step 4: Select: (X) Use local gradle distribution and set Gradle home to …

  3. installation - How do you set up Gradle properly and create a new ...

    Jan 14, 2017 · I want to use Gradle in IntelliJ IDEA. From a livestream I've seen I know that there's a settings.gradle and a build.gradle file in the project folder in IntelliJ. Also, I've seen …

  4. Where is gradle installed on my windows? - Stack Overflow

    May 29, 2018 · Specifically for windows. Thanks for the update @skywalker. However, I am seeing some .gradle in my C:\Windows\System32. It has some files that seems to be used for …

  5. .\gradlew run not working when in command prompt on Windows

    Mar 1, 2024 · I've read for running Gradle on windows you need to execute in command prompt as .\gradlew run but I get a message saying '.\gradlew' is not recognized as an internal or …

  6. java - How to change the Gradle version? - Stack Overflow

    Jan 18, 2022 · After download, follow the instructions in Installing manually in the Gradle installation guide. Make sure that the old version is not included in your environment variables. …

  7. Error message "gradlew: command not found" - Stack Overflow

    Example: gradle wrapper After running this command, check your directory for the gradlew and gradlew.bat files. gradlew is the shell script file, and it can be used in Linux and macOS. …

  8. android - Could not install Gradle distribution from …

    Aug 23, 2019 · Could not install Gradle distribution from 'https://services.gradle.org/distributions/gradle-5.4.1-all.zip' I have just installed Android Studio …

  9. Error: Could not find an installed version of Gradle

    Jan 26, 2022 · 0 These Java-esce development environments seem to be changing all the time. One certain way to get around this is to install the gradle binaries directly on your system. …

  10. What is gradle wrapper and the gradlew.bat file? - Stack Overflow

    On Windows: gradlew task-name Now I have some doubts which goes as follow: What is Gradle Wrapper and gradlew.bat? If I've got Android studio installed and it is using gradle to build my …