+ 1
How to generate jar library in Android Studio?
I have a java file which I need to make it a jar library in Android Studio only. I searched google and tried many tutorials but it was not successful. Please tell me how to do this.
3 Antworten
+ 3
I have successfully compiled a jar. I had some problems with support library which are not downloaded in my PC.
+ 8
I found instructions on StackOverflow. Didn't that work for you? Why?
http://stackoverflow.com/questions/21712714/how-to-make-a-jar-out-from-an-android-studio-project
+ 7
OK, thx for your reply :)