标签:android blog io ar os for java on div
错误情景:
holder.comment.setText(mlist.get(position).getCommentCount());
错在把TextView的
setText(int resid) //跑到工程下去找一个对应的resource的id
和
android.content.res.Resources$NotFoundException: String resource ID #0xb
标签:android blog io ar os for java on div
原文地址:http://www.cnblogs.com/xingyyy/p/4151882.html