How to Create an Android Archive (AAR) Library
Everything you should know about AAR.
Index
- The necessity of the Android library
- Why Android Archive (AAR)?
- Create a library module
- Dependencies in AAR file
- Implement your logic in your Library Module
- Gradle Rules you should be aware
- How to generate AAR file
- Real-time problems with solutions