做个毕设也不容易,就记录下来吧,昨晚调试购物车模块结果抛了异常:04-03 23:43:11.996: E/ViewUtils.injectObject(L:101)(20101): java.lang.IllegalArgumentException: field com.example.adpter.ShopcartAdapter$Holder.shopcart_listview_cb has type android.widget.CheckBox, got android.widget.LinearLayout,昨晚一直不明白。早上起来后,有研究了一下,看到里面有layout
就把list 的布局改了一下,终于正常运行了。