SyntaxFix
Write A Post
Hire A Developer
Questions
Use String.valueOf():
int sdRate=5; //text_Rate is a TextView text_Rate.setText(String.valueOf(sdRate)); //no more errors