-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to find generated Parcelable class for Room database. #375
Comments
Do you have some example code where the issue is happening? |
Code:
This happen (inside a adapter/viewholder classes) when I try to Parcels lib to wrap my objects to send them as args to a dialog. It works fine, but in some phones the library can parcel my objects and app crash.
b.a is the entitiy/TAskEntitiy.java class that used with Room database. I think using proguard shriks resources names. Users effective: Phones effective: OS version: App link: |
Are you splitting your app up into multiple different aars? |
multiple different aars? activities, fragments, dialgos if you mean that then yes. |
No, I mean android archives... We've seen issues with using Parcelables and classloaders between libraries. Doesn't sound like this is the case for you, however. What version of Parceler are you using? |
Oh. |
This library start to crash my app on some users devices, I can't replicate the error to solve it or understand it!
Firebase shows:
The text was updated successfully, but these errors were encountered: