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.
1 Answer
2 Comments
e.k
Thank 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.
Robert
Downvote because of: This answer mainly consists of a link that can break at any time. Please include the relevant parts of the linked resource into your answer so that the answer is useful without the linked resource.