ClassNotFoundException when unmarshalling: android.support.v4.view.ViewPager$SavedState

后端 未结 5 782
孤街浪徒
孤街浪徒 2020-12-10 10:09

I am seeing the following error in my Android crash reports:

android.os.BadParcelableException: ClassNotFoundException when unmarshalling: android.support.v4         


        
5条回答
  •  旧巷少年郎
    2020-12-10 11:05

    Answer may be late.I used FragmentPagerAdapter instead of using FragmentStatePagerAdapter.Worked for me like a charm!

提交回复
热议问题