Multiple choice technology platforms and products

Android Application APK includes -

  1. Dalvik Executable (.Dex)

  2. Resources

  3. Native Libraries

  4. Only a & b above

  5. Only a & b & c

  6. None of above

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

An APK contains compiled .dex files (Dalvik bytecode), the AndroidManifest.xml, all application resources, and native .so libraries for JNI. All three components listed are present in a standard APK structure.