I see a lot of warnings related to aapt and images during the build of my project.
AAPT err(26532284): /path_to file/ic_status_background.png: libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
I saw this question Android Gradle Project upgrading build tools to 21.0.1: aapt throws Exception. It looks that this issue related to several last build tool versions. There are suggestion to use the latest build-tools version. But it doesn't help. And comments with "Still happening in ..." only proves it. Also answers on this page doesn't cover what actions can be done on the graphic preparation stage for preventiong this issue.
So my questions are:
- Should I care about this warnings?
- How may this warning affect on my application?
- Is it safe to mute this warning (without changing png-files)? How?
And the most important question
4. I prepare my *.png files in Photoshop. What can I do (or change in PS settings) for preventing this issue on image preparation stage?