Multiple choice technology platforms and products

Which file presents the essential information about the application to the Android system, information the system must have before it can run any of the application's code?

  1. .classpath

  2. AndroidManifest

  3. .project

  4. default.properties

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

AndroidManifest.xml is the correct answer because it's the most important file in an Android app, declaring all components (activities, services, receivers), permissions, app metadata, and other essential information the Android system needs to know before running the application. Without it, the system cannot launch or understand the app.