问题. 我看到Gradle的Android插件有一个 minifyEnabled 属性和 useProguard 属性,如下所示: android { buildTypes { debug { minifyEnabled true useProguard false } ...
確定! 回上一頁