Search code examples
androidgradlebuild.gradlegradle-eclipse

How can I use gradle Integration for eclipse and how can I create build.gradle in eclipse


I downloaded the gradle plugin from eclipse market place. but can't able to create built.gradle in my project. For downloading the plugin I use this link http://dist.springsource.com/release/TOOLS/update/e4.4/. From this link I specifically select Core/Eclipse integration for gradle and downloaded the plugin. After that I don't know how to use built.gradle


Solution

  • Right-click on the project then in the context menu: New -> File, enter the name of the file as "build.gradle" and click OK.