gradle下载及配置

windows安装

1.下载地址:http://services.gradle.org/distributions/

2.下载**-bin.zip,解压即可

 配置环境变量:gradle_home:D:\softToolsMySelf\build_tools\gradle-4.4.1

class_path:%GRADLE_HOME%\lib;

 

path:%GRADLE_HOME%\bin;   (path不要乱改)

 

eclipse安装:

官网地址:http://www.vogella.com/tutorials/EclipseGradle/article.html#eclipse-gradle-support

猜你喜欢

转载自www.cnblogs.com/niejianqiang/p/10118556.html