Multiple Choice
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.)
A) The file is already signed with the debug key
B) The file is already aligned with zipalign
C) You can immediately install this file on a device.
D) non of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Working with Custom View. Once you define
Q2: What is the placeholder tag <xliff:g> used
Q3: Building your app from the command line,
Q4: The Log class allows you to create
Q6: Interface for a callback to be invoked
Q7: When using an ImageView, ImageButton, CheckBox, or
Q8: For example, we have a BufferedReader reader,
Q9: With a room database. When performing queries,
Q10: When scheduling unique work, you must tell
Q11: In Android 8.0, API level 26, some