Search code examples
androidxmlmipmaps

No resource found that matches the given name (at 'icon' with value '@mipmap/ic_chat_black')


When signed an apk got this message

Error:(6, 23) No resource found that matches the given name

xml code

(at 'icon' with value '@mipmap/ic_chat_black').

error message


Solution

  • Make sure the filename is correct and that it is in the mipmap folder. You may be using mipmap mistakenly instead of the drawable folder.