@@ -46,6 +46,8 @@ android {
}
buildTypes {
getByName("debug") {
+ // 允许debug
+ isDebuggable = true
// Note: The debug build type must have the same signing config as the main build type.
signingConfig = signingConfigs.getByName("keyboard")