android.content.res.Resurces$NotFoundException : String resource ID #0x0 [duplicate]

My error. I mistaked the rows, the error was from a TextView.setText(int) where I had to set TextView.setText(String.valueOf(int)).

Leave a Comment