美文网首页
Android图片jpg改png造成"...Crunc

Android图片jpg改png造成"...Crunc

作者: 于阗 | 来源:发表于2017-01-12 18:52 被阅读42次

解决方法:In my case, the error was caused by a png file I added to the drawable folder. I had changed its extension from jpg to png by changing the text (inproper way) and then uploading it as png.
This was the problem Android Studio was pointing to.
I fixed this problem and got the error to disappear by changing the file extension using paint.net tool (proper way), and then uploading it to the drawable folder.

答案:http://stackoverflow.com/questions/30764604/execution-failed-for-task-appmergedebugresources-crunching-cruncher-png-fa

相关文章

网友评论

      本文标题:Android图片jpg改png造成"...Crunc

      本文链接:https://www.haomeiwen.com/subject/kqhjbttx.html