I use Parcelize, and I've been getting Crashlytics...
# android
e
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
Enums aren't parcelable however their ordinals are
e
There are no enums involved. That's what makes it more confusing.