分类
Android

Android_bug

android.content.res.Resources$NotFoundException: String resource ID #0x1

android.content.res.Resources$NotFoundException: String resource ID #0x1

一定是Textview控件显示数据出了问题:Textview.setText(这里的传入的数据一定写成int类型了)。在整形前拼接个”“就好了

textView2.setText(""+msg.what);