Skip to content
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

android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.google.android.gms.games.snapshot.SnapshotMetadataEntity #307

Closed
jjmartinezdarc opened this issue Jun 17, 2020 · 1 comment

Comments

@jjmartinezdarc
Copy link

jjmartinezdarc commented Jun 17, 2020

I'm facing error when trying to load snapshot from saved games. It is working in debug build, but when I tried to download it from internal testing this error always occurs

Caused by: android.os.BadParcelableException: ClassNotFoundException when unmarshalling: com.google.android.gms.games.snapshot.SnapshotMetadataEntity
at android.os.Parcel.readParcelableCreator(Parcel.java:2831)
at android.os.Parcel.readParcelable(Parcel.java:2757)
at android.os.Parcel.readValue(Parcel.java:2660)
at android.os.Parcel.readArrayMapInternal(Parcel.java:3029)
at android.os.BaseBundle.initializeFromParcelLocked(BaseBundle.java:288)
at android.os.BaseBundle.unparcel(BaseBundle.java:232)
at android.os.BaseBundle.containsKey(BaseBundle.java:504)
at android.content.Intent.hasExtra(Intent.java:7257)
at com.myapps.app.MainActivity.onActivityResult(Unknown Source:18)
at android.app.Activity.dispatchActivityResult(Activity.java:7454)
at android.app.ActivityThread.deliverResults(ActivityThread.java:4353)

@jjmartinezdarc
Copy link
Author

I already solved it. Since my release build is using pro guard I needed to add some configuration described here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant