Search code examples
androidfinddrawable

Android can't find image


I got this problem here ... it seems that ringer.png does not exist.. and look at the folders-name.. no "Drawable"-words Where is the probleme ?

Android


Solution

  • because image is not available in drawable, its in mipmap. Try with this.

    android:src="@mipmap/ringer_on"