I have an Android App set up as an eclipse project and associated library projects. I create jars from these library projects and share them with customers and/or plug in into my app's libs folder.
Now, I am moving my entire project to Android Studio and I notice that the library projects in Android Studio create .aar files by default.
I am not sure if it will be an easy task to request customers to start using .aar, so I want to stick with .jar files.
I was wondering if there are any detailed tutorials for creating .jar files from an Android Studio project. Any help would be appreciated :)