libpng warning: iCCP: Not recognizing known sRGB profile that has been edited
If you're seeing this warning ("libpng warning: iCCP: Not recognizing known sRGB profile that has been edited") in your gradle build output, you have three options:
- Remove iCCP chunks from your PNGs, using ImageMagick: http://tex.stackexchange.com/questions/125612/warning-pdflatex-libpng-warning-iccp-known-incorrect-srgb-profile
- Downgrade to an earlier gradle version, which will also cause a libpng downgrade
- Wait for the next version, promised in comment #9 here: https://code.google.com/p/android/issues/detail?can=2&start=0&num=100&q=&colspec=ID%20Type%20Status%20Owner%20Summary%20Stars&groupby=&sort=&id=77704