How to fix Unmarshalling unknown type code XXX at offset YYY in Android?

前端 未结 10 1898
小鲜肉
小鲜肉 2020-12-05 07:04

I\'m having app crash on resume because of Unmarshalling exception. I\'ve checked all the Serializables have constructor with no parameters and even checked all the serializ

10条回答
  •  南方客
    南方客 (楼主)
    2020-12-05 07:24

    Just remove all parcelable methods and generate them again with valid sequence

提交回复
热议问题