-
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
Class not found when unmarshalling ,Class not found exception #373
Comments
I have two modules in one module I am using : implementation 'org.parceler:parceler-api:1.1.11' |
im getting this as well
|
Are you using proguard? |
Yes
…On Sun., 3 May 2020, 9:12 am John Ericksen, ***@***.***> wrote:
Are you using proguard?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#373 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGLITH3IPF6GLZTIJRWAUU3RPSSFJANCNFSM4HXGVSCA>
.
|
Can you share your configuration? Here's the config that generally works: http://parceler.org/#configuring_proguard |
@johncarl81 any solution? i removed proguard but still getting the issue |
It's likely because of one of two things: Not adding or configuring the annotation processor properly, or proguard is removing the generated Parcelable classes. |
alright |
Why my only one class is not getting unmarshalled. The error is class not found when unmarshalling: com.Inbox.InboxModel$$Parcelable while I can see com.Inbox.InboxModel$$Parcelable in generated files.
The text was updated successfully, but these errors were encountered: