-2

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

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
roboDb
  • 3
  • 2

1 Answers1

0

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.

TheAnonymous010
  • 725
  • 7
  • 19