ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 42 - Associate Android Developer discussion

Report
Export

About running a debuggable build variant. Usually, you can just select the default "debug" variant that's included in every Android Studio project (even though it's not visible in the build.gradle file). But if you define new build types that should be debuggable, you must add 'debuggable true' to the build type. Is that mostly true?

A.
Yes.
Answers
A.
Yes.
B.
No, if you define new build types that should be debuggable, you must add 'debuggable false'
Answers
B.
No, if you define new build types that should be debuggable, you must add 'debuggable false'
C.
No, the debug variant should be visible in the build.gradle file anyway.
Answers
C.
No, the debug variant should be visible in the build.gradle file anyway.
Suggested answer: A
asked 18/09/2024
Vishal Sahare
44 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first