android.content.res.Resources$NotFoundException

message



 int i = 0;  
 textView.setText( i);  
 android.content.res.Resources$NotFoundException  


solution



 // cast int to string  
 textView.setText("text: " + i);  

댓글

가장 많이 본 글