Page 1 of 1

About running a debuggable build variant. Usually, you can just select the default "debug" variant that's included in ev

Posted: Mon Aug 01, 2022 9:41 am
by answerhappygod
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.
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.