I use Parcelize, and I've been getting Crashlytics reports about this error for almost 2 years now, for all versions of Android I support (7-11), on a wide range of devices:
<http://java.io|java.io>.InvalidClassException: cannot bind enum descriptor to a non-enum class
Has anyone else been seeing anything like this, or know if this is related to Parcelize?
Someone recently filed a similar issue on the AOSP tracker - https://issuetracker.google.com/issues/173343983
f
FunkyMuse
01/05/2021, 9:07 AM
Enums aren't parcelable however their ordinals are
e
eygraber
01/05/2021, 9:35 AM
There are no enums involved. That's what makes it more confusing.