Good day.
I have an activity in which I fill listview
by means of an adapter, in lollipop it works perfect but in marshmallow and jellybean I get this exception
android.content.res.Resources $ NotFoundException: Resource ID # 0x7f04006f
the line on which it fails is this
View v = inflater.inflate(R.layout.item_resident_dispense, parent, false);
Why does this happen? Thank you in advance.