Drawable Resource Not Found

后端 未结 5 1926
梦谈多话
梦谈多话 2021-02-19 06:37

All I am attempting to implement a selector drawable resource for a custom ArrayAdapter. I am consistently getting a android.content.res.Resources$NotFoundExc

5条回答
  •  生来不讨喜
    2021-02-19 07:20

    For me the confusion was that I had replaced all instances of a vector drawable with png, except for one, and this is what was failing. make sure and check all instances of the resource that is giving you the issue, and that all is as expected...

提交回复
热议问题