ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 93 - Associate Android Developer discussion

Report
Export

Building your app from the command line, if you have a "demo" product flavor, then you can build the debug version with the command:

A.
gradlew assembleDemoDebug
Answers
A.
gradlew assembleDemoDebug
B.
gradlew installDemoDebug
Answers
B.
gradlew installDemoDebug
C.
both variants are correct.
Answers
C.
both variants are correct.
Suggested answer: C

Explanation:

Before immediately install build on a running emulator or connected device, installDemoDebug cause an APK building. Reference:

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

asked 18/09/2024
Franckline Dormeus
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first