All I am attempting to implement a selector drawable resource for a custom ArrayAdapter. I am consistently getting a android.content.res.Resources$NotFoundExc
ArrayAdapter
android.content.res.Resources$NotFoundExc
An alternate solution is I moved the XML drawables to the drawable/ folder and it worked perfectly fine for me. You might want to give it a try.
VectorDrawableCompat Resources$NotFoundException on KitKat and below