Online Access Free Associate-Android-Developer Exam Questions
| Exam Code: | Associate-Android-Developer |
| Exam Name: | Google Developers Certification - Associate Android Developer (Kotlin and Java Exam) |
| Certification Provider: | |
| Free Question Number: | 125 |
| Posted: | Jul 18, 2026 |
To build a debug APK, you can open a command line and navigate to the root of your project directory. To initiate a debug build, invoke the assembleDebug task:
gradlew assembleDebug
This creates an APK named [module_name]-debug.apk in [project_name]/[module_name]/build/outputs/apk/ Select correct statements about generated file. (Choose all that apply.)
To run your local unit tests, follow these steps:
1. Be sure your project is synchronized with Gradle by clicking Sync Project in the toolbar.
2. Run your test in one of the following ways (select possible): (Choose three.)
Which build options in the Build menu to choose to delete all intermediate/cached build files.