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