I am trying to use .so and .jar files from an eclipse based android project on my Android Studio project. I can build the .so and copy it to the jniLibs folder.
However, I am not clear about how to build the .jar file from the eclipse project without opening it.
Is there a way to build the .jar for a eclipse based android project in command line?