码迷,mamicode.com
首页 > 其他好文 > 详细

AAPT: libpng error: Not a PNG file 问题解决

时间:2016-06-30 18:19:06      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:

导入项目到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 问题解决

标签:

原文地址:http://www.cnblogs.com/yidan621/p/5630682.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!