AAPT: libpng error: Not a PNG file 问题解决
Posted 亲爱的村姑
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了AAPT: libpng error: Not a PNG file 问题解决相关的知识,希望对你有一定的参考价值。
导入项目到android Studio的时候,Gradle Build失败了,报的错是
FAILURE: Build failed with an exception.
Execution failed for task ‘:app:mergeDebugResources‘.
> Some file crunching failed, see logs for details
AAPT: libpng error: Not a PNG file
AAPT err(Facade for 197782496) : No Delegate set : lost message:libpng error: Not a PNG file
说文件不是PNG文件,可是没有说是哪一张图。
解决方法
在build.gradle里加入
android {
......
aaptOptions { cruncherEnabled = false }
}
可以正常运行了!
以上是关于AAPT: libpng error: Not a PNG file 问题解决的主要内容,如果未能解决你的问题,请参考以下文章
AAPT err(Facade for): libpng error: Not a PNG file 错误解决
[Android]libpng error: Not a PNG file错误解决
pngcrush caught libpng error: Not a PNG file..
怎么解决libpng error not a png file错误
AAPT: error: resource android:attr/dialogCornerRadius not found.