Multiple choice technology platforms and products

Which Android tool is used to package the apk file that constitutes an Android application?

  1. android

  2. ddms

  3. aapt

  4. Monkey

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

AAPT (Android Asset Packaging Tool) is responsible for creating the APK package. It compiles resources, generates R.java, and packages all application components into a single APK file. The 'android' tool is deprecated, ddms is for debugging, and Monkey is for stress testing.