Search code examples
androidandroid-resourcesscreen-resolution

App packing error due to drawable resource


My error is:

\res\drawable-hdpi\blue.PNG: error: File is case-insensitive equivalent to: \res\drawable-ldpi\blue.png

How do I solve this problem?


Solution

  • Change \res\drawable-hdpi\blue.PNG to \res\drawable-hdpi\blue.png. That's exactly what it says in your error.