Ant 打包Android项目 libpng error: Not a PNG file
Ant?打包Android项目 由于指定不用android sdk 工具自动生成的build.xml 文件,就自己网上搜了一堆资料, 写了个ant脚本,构建过程出现了一堆错误。下面是其中最让我郁闷的错误, [exec] libpng error: Not a PNG file [exec] ERROR: Failure processing PNG image res\drawable-hdpi\btn_bg_blue.png [exec] libpng error: Not a PNG file [exec] ERROR: Failure processing PNG image res\drawable-hdpi\splash.png [exec] res\layout\common_list_item2.xml:7: error: Error: No resource found that matches the given name (at ‘background‘ with value ‘@drawable/listitem_selector‘). [exec] res\layout\common_list_item2.xml:20: error: Error: No resource found that matches the given name (at ‘background‘ with value ‘@drawable/cancelbing_btn_selecter‘). .... (看到这个错误,理解错了方向,郁闷资源文件怎么没全部打包进去) 错误的原因是btn_bg_blue.png与splash.png这两张图片格式不正确。用ps无法打开。 解决方法就简单了,只需重新更新这两张图片。。
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。