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

后端 未结 6 601
执笔经年
执笔经年 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 10:57

    I had same issue with below heading: C:\Users\Administrator\workspace\pickpacksas\platforms\android\res\drawable-hdpi \icon.png: libpng warning: iCCP: Not recognizing known sRGB profile that has bee n edited

    The error is due to the image size is not as per android guidelines. Check once your icon or splash screen size(height and width) and make them as per android guidelines.

提交回复
热议问题