UCD VR CAVE
  • HOME
  • MEMBERS
  • PROJECTS
  • PUBLICATIONS
  • Book Your Visit
  • SCHEDULER
  • Blog
  • CONTACT
  • Privacy Policy

COMP3011J : Mobile Computing

Gradle Installation Issues (Mac & Windows)

9/9/2020

 
Windiows
  • Download Gradle from https://gradle.org/next-steps/?version=6.6.1&format=all
  • In File Explorer right-click on the This PC (or Computer) icon, then click Properties -> Advanced System Settings -> Environmental Variables.
  • Under System Variables select Path, then click Edit. Add an entry for path of your Gradle Bin folder like  C:\Program Files\Android\Android Studio\gradle\gradle-6.6.1\bin. 

Mac

  • Download Gradle from https://gradle.org/next-steps/?version=6.6.1&format=all
 
  • Unzip the distribution zip file in the directory of your choosing, e.g.:
​
$ mkdir /opt/gradle
$ unzip -d /opt/gradle gradle-6.6.1-bin.zip
$ ls /opt/gradle/gradle-6.6.1
LICENSE  NOTICE  bin  getting-started.html  init.d  lib  media

​​​Open the Gradle folder and copy the path to "bin" folder of Gradle like "...\gradle\gradle-6.6.1\bin." to your system variables. ​

$ export PATH=$PATH:/opt/gradle/gradle-6.6.1/bin


Comments are closed.
    Picture

    Categories

    All

    Picture
University College Dublin
©2019 All Rights Reserved.
  • HOME
  • MEMBERS
  • PROJECTS
  • PUBLICATIONS
  • Book Your Visit
  • SCHEDULER
  • Blog
  • CONTACT
  • Privacy Policy