Closed CzwAthou closed 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 .
thank you! I had resolved this issue by improving the version!
@rharter @CzwAthou
How to fix "not exist: writeToParcel " ?
An error happened, when my javabean implements Parcelable!
the code about my javabean is:
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!