You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is Parceler a dead project now? I am updating an older codebase to new Google Play requirements and once I upgraded to latest Android Studio, the project no longer compiles with Parceler errors exactly as documented in last few issue reports since 2021.
Is Parceler a dead project now? I am updating an older codebase to new Google Play requirements and once I upgraded to latest Android Studio, the project no longer compiles with Parceler errors exactly as documented in last few issue reports since 2021.
For example,
#400
Years later, is there a solution or a workaround?
I am getting the same error from the code that looks like this.
@RealmClass
@parcel(implementations = {com_xxxxx_yyyyy_model_db_RMStatusRealmProxy.class},
value = Parcel.Serialization.BEAN,
analyze = {RMStatus.class})
public class RMStatus implements RealmModel {
The text was updated successfully, but these errors were encountered: