Hey All,
Realm shows errors below when running the app.
Error:(4, 20) error: package android.util does not exist
Error:(165, 89) error: cannot find symbol class JsonReader
Error:(4, 20) error: package android.util does not exist
Error:(165, 89) error: cannot find symbol class JsonReader
When I right click the log and jump to source, it switches to the import android.util.JsonReader line in the proxy class that Realm creates for each RealmObject.
Please help fix. Thanks in advance