开发者

"No resource found that matches the given name" error

开发者 https://www.devze.com 2023-03-06 13:33 出处:网络
In my application I get this error for all drawalbes that I have in the folder res/drawable: 开发者_开发技巧[2011-05-15 16:07:47 - Marmara] libpng error: Not a PNG file

In my application I get this error for all drawalbes that I have in the folder res/drawable:

开发者_开发技巧[2011-05-15 16:07:47 - Marmara] libpng error: Not a PNG file
[2011-05-15 16:07:47 - Marmara] ERROR: Failure processing PNG image D:\WorkSpace JEE\Marmara\res\drawable\waiting.png
[2011-05-15 16:07:47 - Marmara] D:\WorkSpace JEE\Marmara\res\layout\detail_promo.xml:55: error: Error: No resource found that matches the given name (at 'src' with value '@drawable/ombreinterne_imghp').

I've tried to move all drawables and add them again, I've tried also to clean the project many times, but none of that works.


I think your waiting.png has some problem, Remove that image and check ! Because of some corrupted png file further processing is not happening.

0

精彩评论

暂无评论...
验证码 换一张
取 消