解决android.view.AbsSavedState$1 cannot be cast to android.widget.CompoundButton$SavedState
生活随笔
收集整理的這篇文章主要介紹了
解决android.view.AbsSavedState$1 cannot be cast to android.widget.CompoundButton$SavedState
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
多個fragment并列,各個fragment中含有radioButton,反復切換fragment,再次執行ViewPager.setCurrentItem(1)時會崩潰報錯android.view.AbsSavedState$1 cannot be cast to android.widget.CompoundButton$SavedState。 ??
----------解決辦法:把radioButton換成其他控件即可(如Textview)。原因分析:切換后由于之前fragment的radioButton再次改變保存狀態發生強制轉換類型錯誤。(原因僅僅是猜想,如有準確原因分析請多指教探討)
總結
以上是生活随笔為你收集整理的解决android.view.AbsSavedState$1 cannot be cast to android.widget.CompoundButton$SavedState的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: cad病毒清除方法
- 下一篇: 使用VC2005一些问题及解决方案(一)