I\'m developing an Android app which reads data from MySQL database and I faced this error. I have this XML layout:
If we get the value as int and we set it to String, the error occurs. PFB my solution,
int
String
Textview = tv_property_count; int property_id; tv_property_count.setText(String.valueOf(property_id));