InterviewSolution
Saved Bookmarks
| 1. |
What is AAPT? |
|
Answer» AAPT stands for Android Asset PACKAGING Tool. It is a build tool that GIVES the ability to developers to view, create, and UPDATE ZIP-compatible archives (zip, jar, and APK). It parses, indexes, and compiles the resources into a binary format that is optimized for the platform of Android. |
|