I\'m developing an Android app which reads data from MySQL database and I faced this error. I have this XML layout:
Replace
dateTime.setText(app.getTotalDl());
With
dateTime.setText(""+app.getTotalDl());