build.gradle android { buildTypes { debug { debuggable true } } } ... 行为是不同的。 ro.debuggable 系统属性决定了这一点( adb shell getprop ro.debuggable )。
確定! 回上一頁