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

在开发的过程当中咱们会遇到以下的错误:缘由是java public final void setText(@StringRes int resid) { setText(getContext().getResources().getText(resid)); }android TextView 有个setText(int reid) 方法,若是咱们从网络上获取到的数据是int 不是String 而
相关文章
相关标签/搜索