So, I want to set up an Android project so that it can be used in android studios and eclipse. There is no problem using the eclipse project with android studios, you only need to configure the gradle.build
file. How can I create an eclipse android project if the project was created in Android studios or modified / updated in android studios. Is there an easy way, for example, a gradle command or a plugin function that will create an eclipse project so that eclipse should create an Android studio project? Thanks
source share