9
doddy
7y

int count = getCount();
txtCount.setText(count);

> Could not find resource ID #0x00

Couple hours of head scratching later

"You idiot. You forgot to use String.valueOf(), didn't you?"

Comments
Add Comment