I've put a PNG image inside /res/drawable and specified it in the manifest, but Eclipse throws an error saying No resource found.
I've searched everywhere, and can't seem to find an answer to this.
The filename appears in autocomplete too, without the extension.
Edit:The icon's filename is ic_menu_umbrella.png
and here's how it appears in the manifest
<application android:label="@string/app_name" android:icon="@drawable/ic_menu_umbrella">