crunchPngs在Android buildTypes中意味着什么?

时间:2017-07-01 08:32:23

标签: android android-studio gradle android-gradle

作为Android Studio 3.0 Canary 5的更改日志,我们有一个名为crunchPngs的新buildTypes属性,可以在gradle上使用它:

android {
    …
    buildTypes {
        release {
            crunchPngs true
        }
    }
}

它做了什么?

2 个答案:

答案 0 :(得分:0)

PNG运行现在是一个BuildType属性,默认情况下在调试版本中被禁用 注意:运算基本上用于png图像过滤器

答案 1 :(得分:0)