ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 92 - Associate Android Developer discussion

Report
Export

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
Answers
A.
The file is already signed with the debug key
B.
The file is already aligned with zipalign
Answers
B.
The file is already aligned with zipalign
C.
You can immediately install this file on a device.
Answers
C.
You can immediately install this file on a device.
Suggested answer: A, B, C

Explanation:

Reference:

https://developer.android.com/studio/run

asked 18/09/2024
Marcelo Severo
38 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first