I've read a lot of post regarding this topic but all the answers are quite old and noone solves this specific aspects. I'm wondering if there is a clean way to be able to start working with Gradle to build the same Android applications I used to build with the traditional "Eclipse + ADT plugin" way. In other words I'm developing Android apps with Eclipse and ADT plugin for some time now. Anyway I started to read about Gradle and I'm really interested in it, thus I woul dlike to start working with this new approach. Anyway I don't want to switch directly to Android Studio because:
- I also use Eclipse to develop standard Java application and sometimes also C++ applications;
- my colleagues still work with Eclipse and for compatibility reason I cannot move directly to Android Studio;
- I should still be able to deploy project and quickly make some modifications to the app I'm working on right now and I cannot lose too much time changing completely programming paradigm (IDE + building with gradle) all in one time. That's why I would prefere a softer transition to gradle build tool.
I've also read this answer and started to follow the proposed solution but it seems very long if you already have a complex project. Is there any way to facilitate this change to gradle building? (I've already installed Gradle IDE 3.6.3, ADT 23.0.4 and I'm working with Eclipse Luna - 4.4.1).
Thanks a lot for any help!