rharter / auto-value-parcel

An Android Parcelable extension for Google's AutoValue.
Apache License 2.0
655 stars 64 forks source link

An error happened, when my javabean implements Parcelable! #111

Closed CzwAthou closed 7 years ago

CzwAthou commented 7 years ago

An error happened, when my javabean implements Parcelable!

the code about my javabean is: image

when I compile the module, an error happened, the detail info is: Extension com.ryanharter.auto.value.parcel.AutoValueParcelExtension wants to consume a property that does not exist: writeToParcel !

I can't find any error in my code! help me!

rharter commented 7 years ago

What version of AutoValue are you using?

On Fri, Mar 17, 2017 at 5:09 AM CzwAthou notifications@github.com wrote:

An error happened, when my javabean implements Parcelable!

the code about my javabean is: [image: image] https://cloud.githubusercontent.com/assets/5925762/24038435/515516f4-0b3c-11e7-977a-f64d0c71952a.png

when I compile the module, an error happened, the detail info is: Extension com.ryanharter.auto.value.parcel.AutoValueParcelExtension wants to consume a property that does not exist: writeToParcel !

I can't find any error in my code! help me!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rharter/auto-value-parcel/issues/111, or mute the thread https://github.com/notifications/unsubscribe-auth/ABPJbsSO2z4vD5EJTP_vyYoDPRo7MXWnks5rmlvGgaJpZM4MgZjZ .

CzwAthou commented 7 years ago

thank you! I had resolved this issue by improving the version!

Guang1234567 commented 7 years ago

@rharter @CzwAthou

How to fix "not exist: writeToParcel " ?