Enes Zor
Enes Zor
I have a completely same error.Did you solve it?
package com.example.enes.cinemaapp.data.model; import android.os.Parcel; import android.os.Parcelable; import com.google.gson.annotations.SerializedName; import java.util.ArrayList; import java.util.List; import io.realm.Realm; import io.realm.RealmObject; import io.realm.annotations.PrimaryKey; import io.realm.annotations.RealmField; public class Movie extends RealmObject implements Parcelable { @PrimaryKey @SerializedName("realm...
This is my model class and I get the same error @Zhuinden
I applied that your notice but I still have same problem.When the class extend RealmObject,I have that problem.THIS IS BELOW @Zhuinden --------------------------------------------------------- org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:compileDebugJavaWithJavac'. at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:103)...
Same issue