Android Studio: “libpng warning: iCCP: Not recognizing known sRGB profile that has been edited”

后端 未结 6 653
执笔经年
执笔经年 2020-12-01 10:44

I spent some hours trying to solve this:

app:mergeDebugResources AAPT err(927129865): C:\\Users\\Will\\AndroidStudioProjects\\Splitter2\\app\\build\\i

6条回答
  •  情话喂你
    2020-12-01 11:13

    Add this in your build.gradle for your module

    aaptOptions { cruncherEnabled = false }

    this will resolve the issue/error

提交回复
热议问题