Drawable Resource Not Found

后端 未结 5 2100
梦谈多话
梦谈多话 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:16

    First of all, put them in the hdpi folder, and then clean the project. It will update everything and the error should be gone.

提交回复
热议问题