Hi I followed android documentation to create a library. But my problem is whenever I run the project means it is creating .aar file. I google it and found How to convert AAR to JAR this. I'm using iZip Unarchiver. But it is not extracting the .aar file. But they accepted that answer. Can any one know how to extract .jar from .aar. Thank you.
Asked
Active
Viewed 3,991 times
1 Answers
5
You can directly generate jar file using android studio. Here is a good tutorial for this.

Developer
- 183
- 8
-
5Thank you. I gives me the idea. No need to extract jar. We have it in build->intermediates->bundles->release->classes.jar. We can rename and use it. – e.k Sep 22 '16 at 05:57