When compiling on Ubuntu's Android Studio, gradle throws this error :
Execution failed for task 'app:mergeDebugResources' ic_comment.png failed
I checked if the image is indeed a png one with pngcheck, and it is a correct formated one. Then I deleted it, then gradle still complains with other images.
When compiling on
Ubuntu
'sAndroid Studio
,gradle
throws this error :Execution failed for task 'app:mergeDebugResources' ic_comment.png failed
I checked if the image is indeed a
png
one withpngcheck
, and it is a correct formated one. Then I deleted it, thengradle
still complains with other images.