2

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
  • What is your use case? Why do you want to do that? You're missing all additional stuff, like assets. Commented Sep 22, 2016 at 5:51

1 Answer 1

4

You can directly generate jar file using android studio. Here is a good tutorial for this.

Sign up to request clarification or add additional context in comments.

2 Comments

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.
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.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.