at android.content.res.Resources$NotFoundException:String resoure ID #0x5

TextView tvSco1=(TextView)view.findViewById(R.id.sco1); tvSco1.setText(sco[i]);TextView.setText( ); 必須是輸入String字符 這裏  sco[i] 是int 類型,java 改成  code tvSco1.setText(sco[i]+"");後運行正常
相關文章
相關標籤/搜索