Resources$notfoundexception: Resource Id # Type #0x12 Is Not Valid
Tell me please, why it doesn't like my layout (RelativeLayout with @+id/row)? When I use it with self created adapter (layoutinflater) it works good. And one more. I plan to use in
Solution 1:
you should provide a layout not an id. Replace R.id.row
with R.layout.your_layout_name
Post a Comment for "Resources$notfoundexception: Resource Id # Type #0x12 Is Not Valid"