android - Using gradle project in both Eclipse and IDEA -


I have an Android project in Android studio that works fine in Android Studio, IDEA, and build machines. Now we have many new developers who work in Eclipse and I can not set it. Is it possible to change Gradeley (Android Studio) project for Elysape IDE?

You must maintain Gradle and Eclipse separately; Eclipse has not used the Android Grade Builder originally. This is in our list of things, but we do not have a roadmap yet.

If you use an eclipse directory structure and adapt to the Gradle Build file to work with it, things will be easy. See for advice.


Comments