Is there a way to integrate Eclipse with Gradle in Android project?
I have Android project with standard build.gradle (also I added android annotations).
Also, I installed Gradle plugin (from http://dist.springsource.org/release/GRECLIPSE/e4.3/) to my Eclipse (Kepler) and converted project to Gradle project.
Unfortunately, I cannot run Gradle build on my Eclipse (on the command line everything works).
How can I make Eclipse work with Gradle, just like with Maven?