I have read question with similar titles already.
Like you can see there is no
Please check also the button setting values, and do a setText(""+intValue) instead of setText(intValue)
setText(""+intValue)
setText(intValue)