Hi,
I setup the line chart example with realm and when I run it it gives me this error:
java.lang.NoSuchMethodError: io.realm.RealmResults.sort
at com.github.mikephil.charting.data.realm.base.RealmBaseDataSet.<init>(RealmBaseDataSet.java:72)
I'm using the classpath realm plugin classpath "io.realm:realm-gradle-plugin:0.90.1" and MPAndroid uses provided 'io.realm:realm-android:0.87.5', could this be the reason??
Hi,
I setup the line chart example with realm and when I run it it gives me this error:
I'm using the classpath realm plugin
classpath "io.realm:realm-gradle-plugin:0.90.1"and MPAndroid usesprovided 'io.realm:realm-android:0.87.5', could this be the reason??