java.lang.IllegalArgumentException: Wrong state class, expecting View State but received class android.support.v7.widget.RecyclerView$SavedState instead. This usually happens when two views of different type have the same id in the same hierarchy. This view's id is id/id_rv. Make sure other views do not use the same id.
很诡异的报错 说我用了同一个ID,但是当前activity A我并没有用这个id/rv,但是其他的有很多的activity 我用了这个id 但是报错 却在这个activityA中 求大神指点 应该怎么解决。。。
http://www.jianshu.com/p/3a7a...
https://stackoverflow.com/que...