android.os.BadParcelableException:ClassNotFoundException解组时:com.facebook.flatbuffers.helpers.FlatBufferModelHelper$LazyHolder

android.os.BadParcelableException:ClassNotFoundException解组时:com.facebook.flatbuffers.helpers.FlatBufferModelHelper$LazyHolder,android,android-facebook,parcel,badparcelableexception,Android,Android Facebook,Parcel,Badparcelableexception,我在Crashlytics中看到一个正在生产的应用程序崩溃: Caused by android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.facebook.flatbuffers.helpers.FlatBufferModelHelper$LazyHolder at android.os.Parcel.readParcelableCreator(Parcel.java:2295)

我在Crashlytics中看到一个正在生产的应用程序崩溃:

Caused by android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.facebook.flatbuffers.helpers.FlatBufferModelHelper$LazyHolder
   at android.os.Parcel.readParcelableCreator(Parcel.java:2295)
   at android.os.Parcel.readParcelable(Parcel.java:2245)
   at android.os.Parcel.readValue(Parcel.java:2152)
   at android.os.Parcel.readArrayMapInternal(Parcel.java:2485)
   at android.os.BaseBundle.unparcel(BaseBundle.java:221)
   at android.os.BaseBundle.containsKey(BaseBundle.java:269)
   at android.content.Intent.hasExtra(Intent.java:5632)
   ...
我真的不确定是什么导致了这个问题。我甚至在中找不到
FlatBufferModelHelper

不幸的是,我没有比这更多的信息。此崩溃似乎确实会影响所有API级别的所有设备


谢谢你提供的任何信息

你找到解决方案了吗?@Karthi抱歉,我还没有找到解决方案@charles madere你使用哪个版本?我在4.19中得到了同样的错误。0@engincancan我们在
4.17.0
,我还没有尝试过任何更新的版本。但我也有一段时间没有再花时间研究这个问题了。你找到解决办法了吗?