.setText public int persons_num TextView string_persons; ..... string_persons = (TextView)findViewById(R.id.gametogethermode_text_persons); .... 이렇게 하고 string_persons에 들어있는 수를 나태나고 싶어서 string_persons.setText(persons_num); 이렇게 썼었다. 자꾸 자꾸 뭐가 문제인지 이줄이 오류가 나길래 왜왜왜그럴까..위치도 바꿔보고 한참 헤매이다 알게되었다 이제!!!!! string_persons.setText(""+persons_num); 요렇게 하니까 된다!!! setText에 대한 설명을 보면 public final void setText (CharSequenc.. 더보기 이전 1 ··· 13 14 15 16 17 18 19 ··· 23 다음