About 738,000 results
Open links in new tab
  1. How to install gradle and gradlew? - Ask Ubuntu

    Jun 7, 2018 · Obviously you need gradle to be installed to run this command (you installed it already), but if you commit the result and share it with other developers, they can use the gradlew script …

  2. apt - How do I upgrade Gradle? - Ask Ubuntu

    Jul 5, 2017 · gradle wrapper ./gradlew wrapper --gradle-version 4.9 Now this project will use Gradle 4.9, independent of what's installed. However, you need to remember to run Gradle through the wrapper, …

  3. Installing Latest Openjdk and Gradle using package managers only

    Nov 1, 2022 · At this point I started wondering, why there is no standardized way to install the latest stable versions (openjdk 19+ and gradle 7.51+) using only package managers.

  4. Package is installed and is not detected. (gradle) - Ask Ubuntu

    May 17, 2017 · I installed gradle by typical way: sudo apt install gradle Reading package lists... Done Building dependency tree Reading state information... Done gradle is already the newest version (3.5-

  5. Gradle JAVA_HOME is set to an invalid directory - Ask Ubuntu

    Jul 15, 2020 · I have tried and looked at the past Gradle Java_HOME questions, however none of the options seems to work. I followed this website to install Gradle. However, all the Gradle commands I …

  6. How to upgrade Gradle to 6.7.1 - Ask Ubuntu

    Jan 11, 2021 · I need to use gradle 6.7 and followed this advice trying to upgrade: sudo add-apt-repository ppa:cwchien/gradle sudo apt-get update sudo apt upgrade gradle which logs out among …

  7. Command 'gradle' not found. How can I run the gradle command from …

    Sep 27, 2018 · I am trying to learn gradle build. I followed these instructions on gradle.org. To verify it i am issuing command. gradle -v I get this output: Command 'gradle' not found, but can be installed...

  8. How to fix Android Studio installation and Gradle errors?

    Feb 19, 2019 · After you install Android Studio and open it as normal user for the first time, the first step is to locate the Configure link on the Android Studio splash screen and select Create Desktop Entry …

  9. How to stop android studio from crashing the whole computer?

    Feb 12, 2024 · It never managed to install gradle. I installed gradle via the command line (using apt). Then android studio complained that the gradle libraries were newer. And crashed. I installed the …

  10. Gradle in Ubuntu for Launchpad

    Apr 14, 2016 · It appears that Ubuntu doesn't have new versions of Gradle in their repositories for some reason. I need it for a project that will be build by Launchpad. What should I do about this?