Multiple choice

Manifest.xml file resides in

  1. /main folder

  2. /start folder

  3. the root

  4. anywhere on desktop

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

AndroidManifest.xml is a required configuration file that must reside in the root directory of the Android project. It cannot be placed in subfolders like /main or /start - the Android build system specifically looks for it at the project root.