Multiple choice

What information does .apk file has after the debugging of the android application?

  1. Collection of executable and external resources

  2. Android executable file

  3. Android byte code file

  4. Java byte code file

  5. Java executable file

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

The android package file (.apk) contains the executable and external resources in a packaged format after compilation of the android application.