The Android Archive (.AAR) file is the file format for Android libraries. An .AAR file is a .ZIP archive that contains the following :
- Compiled Java code
- Resource IDs
- Resources
- Meta-data (for example, Activity declarations, permissions).
Modified on: Mon, 15 Feb, 2021 at 3:06 PM
The Android Archive (.AAR) file is the file format for Android libraries. An .AAR file is a .ZIP archive that contains the following :
Did you find it helpful? Yes No