Reputation: 12656
I'm creating a jar library that will be imported into Android projects. How do I set up an Android Studio project to output a JAR instead of an APK? This project contains none of the usual Android components (Activities, Services ...etc.) but it will be imported into my Android projects and I'd still like to use the same IDE for both.
On the other hand, if I export my library as an APK, is it possible to import it into other Android projects?
Upvotes: 0
Views: 140