RecyclerView Bug:IndexOutOfBoundsException: Inconsistency detected. Invalid view holder adapter的解決方案

RecyclerView是Android-support-v7-21版本中新增的一個Widget菇篡,RecyclerView在刷新數(shù)據(jù)的時候會出現(xiàn)以下異常:

java.lang.IndexOutOfBoundsException: Inconsistency detected. Invalid view holder adapter positionViewHolder{431a7450 position=1 id=-1, oldPos=-1, pLpos:-1 scrap [attachedScrap] tmpDetached no parent}  
    at android.support.v7.widget.RecyclerView$Recycler.validateViewHolderForOffsetPosition(RecyclerView.java:4251)  
    at android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:4382)  
    at android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(RecyclerView.java:4363)  
    at android.support.v7.widget.LinearLayoutManager$LayoutState.next(LinearLayoutManager.java:1961)  
    at android.support.v7.widget.LinearLayoutManager.layoutChunk(LinearLayoutManager.java:1370)  
    at android.support.v7.widget.LinearLayoutManager.fill(LinearLayoutManager.java:1333)  
    at android.support.v7.widget.LinearLayoutManager.onLayoutChildren(LinearLayoutManager.java:562)  
    at android.support.v7.widget.RecyclerView.dispatchLayout(RecyclerView.java:2900)  
    at android.support.v7.widget.RecyclerView.onLayout(RecyclerView.java:3071)  
    at android.view.View.layout(View.java:14828)  
    at android.view.ViewGroup.layout(ViewGroup.java:4631)  
    at android.support.v4.widget.SwipeRefreshLayout.onLayout(SwipeRefreshLayout.java:584)  
    at android.view.View.layout(View.java:14828)  
    at android.view.ViewGroup.layout(ViewGroup.java:4631)  
    at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1671)  
    at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1525)  
    at android.widget.LinearLayout.onLayout(LinearLayout.java:1434)  
    at android.view.View.layout(View.java:14828)  
    at android.view.ViewGroup.layout(ViewGroup.java:4631)  
    at android.widget.FrameLayout.layoutChildren(FrameLayout.java:453)  
    at android.widget.FrameLayout.onLayout(FrameLayout.java:388)  
    at android.view.View.layout(View.java:14828)  
    at android.view.ViewGroup.layout(ViewGroup.java:4631)  
    at android.widget.FrameLayout.layoutChildren(FrameLayout.java:453)  
    at android.widget.FrameLayout.onLayout(FrameLayout.java:388)  
    at android.view.View.layout(View.java:14828)  
    at android.view.ViewGroup.layout(ViewGroup.java:4631)  
    at android.widget.RelativeLayout.onLayout(RelativeLayout.java:1055)  
    at android.view.View.layout(View.java:14828)  
    at android.view.ViewGroup.layout(ViewGroup.java:4631)  
    at android.widget.FrameLayout.layoutChildren(FrameLayout.java:453)  
    at android.widget.FrameLayout.onLayout(FrameLayout.java:388)  
    at android.view.View.layout(View.java:14828)  
    at android.view.ViewGroup.layout(ViewGroup.java:4631)  
    at android.widget.FrameLayout.layoutChildren(FrameLayout.java:453)  
    at android.widget.FrameLayout.onLayout(FrameLayout.java:388)  
    at android.view.View.layout(View.java:14828)  
    at android.view.ViewGroup.layout(ViewGroup.java:4631)  
    at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1671)  
    at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1525)  
    at android.widget.LinearLayout.onLayout(LinearLayout.java:1434)  
    at android.view.View.layout(View.java:14828)  
    at android.view.ViewGroup.layout(ViewGroup.java:4631)  
    at android.widget.FrameLayout.layoutChildren(FrameLayout.java:453)  
    at android.widget.FrameLayout.onLayout(FrameLayout.java:388)  
    at android.view.View.layout(View.java:14828)  
    at android.view.ViewGroup.layout(ViewGroup.java:4631)  
    at android.widget.LinearLayout.setChildFrame(LinearLayout.java:1671)  
    at android.widget.LinearLayout.layoutVertical(LinearLayout.java:1525)  
    at android.widget.LinearLayout.onLayout(LinearLayout.java:1434)  
    at android.view.View.layout(View.java:14828)  
    at android.view.ViewGroup.layout(ViewGroup.java:4631)  
    at android.widget.FrameLayout.layoutChildren(FrameLayout.java:453)  
    at android.widget.FrameLayout.onLayout(FrameLayout.java:388)  
    at android.view.View.layout(View.java:14828)  
    at android.view.ViewGroup.layout(ViewGroup.java:4631)  
    at android.view.ViewRootImpl.performLayout(ViewRootImpl.java:2074)  
    at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1831)  
    at android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1087)  
    at android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:5696)  
    at android.view.Choreographer$CallbackRecord.run(Choreographer.java:761)  
    at android.view.Choreographer.doCallbacks(Choreographer.java:574)  
    at android.view.Choreographer.doFrame(Choreographer.java:544)  
    at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:747)  
    at android.os.Handler.handleCallback(Handler.java:733)  
    at android.os.Handler.dispatchMessage(Handler.java:95)  
    at android.os.Looper.loop(Looper.java:136)  
    at android.app.ActivityThread.main(ActivityThread.java:5016)  
    at java.lang.reflect.Method.invokeNative(Native Method)  
    at java.lang.reflect.Method.invoke(Method.java:515)  
    at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:792)  
    at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:608)  
    at dalvik.system.NativeStart.main(Native Method)  

大家看這個代碼拯杠,只是并沒有報到我們自己的代碼里面來速和,在底層就崩潰了圆雁,在app層面并沒有地淀,彈出一個框偿渡,說應(yīng)用程序已奔潰臼寄,而是直接就沒了,用戶感覺很奇怪溜宽。這種異常并不是很容易出現(xiàn)吉拳,而是偶爾出現(xiàn),我的也是在后臺奔潰日志中适揉,發(fā)現(xiàn)了這種異常留攒,我們自己都不知道什么地方報錯的,搜索百度嫉嘀,發(fā)現(xiàn)有個鏈接的權(quán)重比較高炼邀,看的人也比較多:
http://drakeet.me/recyclerview-bug-indexoutofboundsexception-inconsistency-detected-invalid-item-position-solution?utm_source=tuicool&utm_medium=referral
但是,這篇文章寫得比較模糊剪侮,解決方案也只是給出一個代碼片段拭宁,我都不知道怎么加進去,之后我用google去搜索,發(fā)現(xiàn)這個問題很普遍杰标,很多都是偶爾出現(xiàn)兵怯,很難去重現(xiàn)他,終于在stackoverflow上找到了一個解決方法在旱,鏈接如下:

http://stackoverflow.com/questions/31759171/recyclerview-and-Java-lang-indexoutofboundsexception-inconsistency-detected-in

其實也不是什么解決方法,只是把這個異常捕獲了推掸,不讓他奔潰了桶蝎,這個問題的終極解決方案還是得讓google去修復(fù)。

1谅畅、創(chuàng)建一個類LinearLayoutManagerWrapper繼承LinearLayoutManager登渣,重寫onLayoutChildren方法

public class WrapContentLinearLayoutManager extends LinearLayoutManager {  
    public WrapContentLinearLayoutManager(Context context) {  
        super(context);  
    }  
  
    public WrapContentLinearLayoutManager(Context context, int orientation, boolean reverseLayout) {  
        super(context, orientation, reverseLayout);  
    }  
  
    public WrapContentLinearLayoutManager(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {  
        super(context, attrs, defStyleAttr, defStyleRes);  
    }  
  
    @Override  
    public void onLayoutChildren(RecyclerView.Recycler recycler, RecyclerView.State state) {  
        try {  
            super.onLayoutChildren(recycler, state);  
        } catch (IndexOutOfBoundsException e) {  
            e.printStackTrace();  
        }  
    }  
}  

2、設(shè)置RecyclerView的布局管理為WrapContentLinearLayoutManager對象

mRecyclerView.setLayoutManager(new WrapContentLinearLayoutManager(this, LinearLayoutManager.VERTICAL, false));  

我經(jīng)過大量的測試毡泻,發(fā)現(xiàn)這個異常真的被catch了胜茧,沒有再出現(xiàn)這種崩潰的問題了,大功告成仇味,希望對大家有所幫助I胪纭!丹墨!

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末廊遍,一起剝皮案震驚了整個濱河市,隨后出現(xiàn)的幾起案子贩挣,更是在濱河造成了極大的恐慌喉前,老刑警劉巖,帶你破解...
    沈念sama閱讀 211,194評論 6 490
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件王财,死亡現(xiàn)場離奇詭異卵迂,居然都是意外死亡,警方通過查閱死者的電腦和手機绒净,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,058評論 2 385
  • 文/潘曉璐 我一進店門见咒,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人挂疆,你說我怎么就攤上這事论颅。” “怎么了囱嫩?”我有些...
    開封第一講書人閱讀 156,780評論 0 346
  • 文/不壞的土叔 我叫張陵恃疯,是天一觀的道長。 經(jīng)常有香客問我墨闲,道長今妄,這世上最難降的妖魔是什么? 我笑而不...
    開封第一講書人閱讀 56,388評論 1 283
  • 正文 為了忘掉前任,我火速辦了婚禮盾鳞,結(jié)果婚禮上犬性,老公的妹妹穿的比我還像新娘。我一直安慰自己腾仅,他們只是感情好乒裆,可當我...
    茶點故事閱讀 65,430評論 5 384
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著推励,像睡著了一般鹤耍。 火紅的嫁衣襯著肌膚如雪。 梳的紋絲不亂的頭發(fā)上验辞,一...
    開封第一講書人閱讀 49,764評論 1 290
  • 那天稿黄,我揣著相機與錄音,去河邊找鬼跌造。 笑死杆怕,一個胖子當著我的面吹牛,可吹牛的內(nèi)容都是我干的壳贪。 我是一名探鬼主播陵珍,決...
    沈念sama閱讀 38,907評論 3 406
  • 文/蒼蘭香墨 我猛地睜開眼,長吁一口氣:“原來是場噩夢啊……” “哼违施!你這毒婦竟也來了撑教?” 一聲冷哼從身側(cè)響起,我...
    開封第一講書人閱讀 37,679評論 0 266
  • 序言:老撾萬榮一對情侶失蹤醉拓,失蹤者是張志新(化名)和其女友劉穎伟姐,沒想到半個月后,有當?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體亿卤,經(jīng)...
    沈念sama閱讀 44,122評論 1 303
  • 正文 獨居荒郊野嶺守林人離奇死亡愤兵,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 36,459評論 2 325
  • 正文 我和宋清朗相戀三年,在試婚紗的時候發(fā)現(xiàn)自己被綠了排吴。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片秆乳。...
    茶點故事閱讀 38,605評論 1 340
  • 序言:一個原本活蹦亂跳的男人離奇死亡,死狀恐怖钻哩,靈堂內(nèi)的尸體忽然破棺而出屹堰,到底是詐尸還是另有隱情,我是刑警寧澤街氢,帶...
    沈念sama閱讀 34,270評論 4 329
  • 正文 年R本政府宣布扯键,位于F島的核電站,受9級特大地震影響珊肃,放射性物質(zhì)發(fā)生泄漏荣刑。R本人自食惡果不足惜馅笙,卻給世界環(huán)境...
    茶點故事閱讀 39,867評論 3 312
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望厉亏。 院中可真熱鬧董习,春花似錦、人聲如沸爱只。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,734評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽恬试。三九已至窝趣,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間忘渔,已是汗流浹背高帖。 一陣腳步聲響...
    開封第一講書人閱讀 31,961評論 1 265
  • 我被黑心中介騙來泰國打工缰儿, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留畦粮,地道東北人。 一個月前我還...
    沈念sama閱讀 46,297評論 2 360
  • 正文 我出身青樓乖阵,卻偏偏與公主長得像宣赔,于是被迫代替她去往敵國和親。 傳聞我的和親對象是個殘疾皇子瞪浸,可洞房花燭夜當晚...
    茶點故事閱讀 43,472評論 2 348

推薦閱讀更多精彩內(nèi)容