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 #12

Open
ElexZhuo opened this issue Sep 2, 2013 · 2 comments

Comments

@ElexZhuo
Copy link

ElexZhuo commented Sep 2, 2013

when use other app so long time.Click Home to restart my app,

it cause:

android.os.BadParcelableException: ClassNotFoundException when unmarshalling

@sharmapraveen91
Copy link

I am also facing this issue.
did you find any solution for it??

@daiye830505
Copy link

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));
    }

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

3 participants