Multiple choice technology platforms and products

Which file contains project settings, such as the build target

  1. content.properties

  2. default.properties

  3. build.properties

  4. target.properties

  5. None of above

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

In classic Android projects, default.properties stores project configuration including the build target SDK version. This file defines which Android SDK the project compiles against, essential for proper build behavior.