How to convert AAR to JAR

Nestor picture Nestor · Jan 28, 2014 · Viewed 108.8k times · Source

Situation:

Answer

Nestor picture Nestor · Jan 31, 2014

The AAR file consists of a JAR file and some resource files (it is basically a standard zip file with a custom file extension). Here are the steps to convert:

  1. Extract the AAR file using standard zip extract (rename it to *.zip to make it easier)
  2. Find the classes.jar file in the extracted files
  3. Rename it as you like and use that jar file in your project