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

后端 未结 6 1057
不知归路
不知归路 2020-12-14 23:33

I\'m having problem getting a string array for strings.xml .

The error is:

android.content.res.Resources$NotFoundException: String array resource ID         


        
6条回答
  •  南方客
    南方客 (楼主)
    2020-12-15 00:19

    Do this to render Integer to textview

    TextView.setText(String.valueOf(int));
    

提交回复
热议问题