We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when use other app so long time.Click Home to restart my app,
it cause:
android.os.BadParcelableException: ClassNotFoundException when unmarshalling
The text was updated successfully, but these errors were encountered:
I am also facing this issue. did you find any solution for it??
Sorry, something went wrong.
line527 @OverRide public void writeToParcel(Parcel out, int flags) {
super.writeToParcel(out, flags); // please add this code 请加上这行代码 out.writeString(Boolean.toString(rotated)); out.writeFloat(totalSpacingDegree); out.writeInt(satelliteDistance); out.writeInt(measureDiff); out.writeInt(expandDuration); out.writeString(Boolean.toString(closeItemsOnClick)); }
No branches or pull requests
when use other app so long time.Click Home to restart my app,
it cause:
android.os.BadParcelableException: ClassNotFoundException when unmarshalling
The text was updated successfully, but these errors were encountered: