美文网首页
Androidstudio shrinkResources

Androidstudio shrinkResources

作者: JeeseQ | 来源:发表于2017-02-23 15:58 被阅读0次

android {

buildTypes {

release {

minifyEnabled true

shrinkResources true

}

}

}

minifyEnabled是否开启混淆

shrinkResources删除无效的Resource

shrinkResources依赖于minifyEnabled,必须一起用

相关文章

网友评论

      本文标题:Androidstudio shrinkResources

      本文链接:https://www.haomeiwen.com/subject/vcsbwttx.html