Manifest.xml file resides in
-
/main folder
-
/start folder
-
the root
-
anywhere on desktop
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.