10erlosh
10erlosh
Same problem here using Parceler 1.1.12 ``` 2019-02-18 16:48:48.410 9977-9977/? E/Parcel: Class not found when unmarshalling: com.example.SomePojo$$Parcelable java.lang.ClassNotFoundException: com.example.SomePojo$$Parcelable at java.lang.Class.classForName(Native Method) at java.lang.Class.forName(Class.java:400) at android.os.Parcel.readParcelableCreator(Parcel.java:2489) at android.os.Parcel.readParcelable(Parcel.java:2443) at android.os.Parcel.readValue(Parcel.java:2346)...
This happens in debug builds without Proguard. It works well when using explicit intents.
It turned out that my problem only occurs on a huawei device. As a workaround i wrapped the parcel with a bundle and put the bundle into the implicit intent:...
Any updates on this?
Hi @evrencoskun any news on this?
Any updates on this?
@ligol any news?
yes, it is available
@ligol Thanks for your support. I sent you an email.
@ligol any updates on this? Did you reproduce it?