Example: libraryproject.aar
-
Change the file extension to “.jar” example: libraryproject.jar
-
Extract the jar file into a folder.
-
The folder will have AndroidManifest, resources and library files used in the android library project.
-
The folder will also have a
classes.jar
file, which will have all the classes in the library. -
To open
classes.jar
, use jd-gui tool. -
In the jd-gui tool,
File ->Open
,File->browse
and selectclasses.jar
file.