Tag: shared library
-
When making third party libraries and SDKs for Android development, you could build so files, jar files, or aar files. I prefer providing aar files for distribution since aar file is a simple zip file which includes so files, jar files, and other resources. What’s inside aar file? /AndroidManifest.xml (mandatory) /classes.jar (mandatory)...