How to start with Gradle?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了How to start with Gradle?相关的知识,希望对你有一定的参考价值。
How to start with Gradle?
Download the latest Gradle release from http://www.gradle.org/downloads
Set up the environmental var “GRADLE_HOME
“.
Add GRADLE_HOME/bin
to your PATH
environment variable. Usually, this is sufficient to run Gradle.
To check if Gradle is properly installed just type ‘gradle -v’ in command line.
And make sure you have set up the ‘ANT_HOME’ and ‘JAVA_HOME’
以上是关于How to start with Gradle?的主要内容,如果未能解决你的问题,请参考以下文章
How To: Capture Android & iOS Traffic with Fiddler
How to Install Nginx with PHP + MySQL (LEMP) on Debian 9
How to scroll down with Phantomjs to load dynamic content
How to debug PostgreSQL function with pgAdminIII