Use Eclipse Gradle plugin

Gradle a local installation
1 Download the binary Gradle
2 after the download is complete extract the configuration according to the path environment variable
Use Eclipse Gradle plugin
Use Eclipse Gradle plugin
3 test input command gradle -v test run Gradle installation in cmd prompt
two Eclipse plug-in installation
1. Click eclipse Toolbar -> Help- > Install New Software, click Add ..., enter the name buildship and download URL -
http://download.eclipse.org/buildship/updates/e44/releases/1.0/, click Next to operate the next step
after the download is complete, wait for a while restart Eclispe, the installation is complete.
Three new projects test use
Use Eclipse Gradle plugin
Use Eclipse Gradle plugin
in build.gradle need to download the jar file to the
Use Eclipse Gradle plugin
selected Gradle-> Refresh Gradle Project

Guess you like

Origin blog.51cto.com/14602923/2452489