The new Android Studio allows for better Android development with better tools. I see a bunch of questions on how to transfer an eclipse project to android studio but what about the other way?
If you make an Android app in Android Studio, can you bring it back to Eclipse? If so, how?
This would be needed for specific eclipse plugins, such as the Blackberry Android plugin.
Thank you.
You cannot import the project directly but it's not to hard to achieve it:
Basically the Android application fundamental elements are the java files, the manifest file and the resources. From there you can build back a project in your favorite IDE