Multiple choice technology platforms and products Which file contains project settings, such as the build target content.properties default.properties build.properties target.properties 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.