扫描二维码下载沐宇APP

沐宇

微信扫码使用沐宇小程序

沐宇

android:debuggable鎬庝箞璁剧疆

扬州沐宇科技
2024-06-12 14:31:02
android

鍦ˋndroid椤圭洰鐨?code>AndroidManifest.xml鏂囦欢涓紝鍙互閫氳繃鍦?code><application>鏍囩涓坊鍔?code>android:debuggable="true"鏉ヨ缃簲鐢ㄤ负debuggable鐘舵€併€備緥濡傦細

<application
    android:icon="@mipmap/ic_launcher"
    android:label="@string/app_name"
    android:debuggable="true">
    ...
</application>

鍙﹀锛屼篃鍙互鍦?code>build.gradle涓殑buildTypes涓缃甦ebuggable灞炴€э紝渚嬪锛?/p>

android {
    buildTypes {
        debug {
            debuggable true
        }
    }
}

扫码添加客服微信