开启方法是添加 useProguard false 到build.gradle 文件里,即:. android { buildTypes { debug { minifyEnabled true useProguard false ...
確定! 回上一頁