I am making an android app where user will get newsfeed/timeline/dashboard
from different social media accounts. I used Temboo
to implement this.
During Oauth
it gave me an error
Caused by: java.lang.NoSuchMethodError: No static method valueToString(Ljava/lang/Object;)Ljava/lang/String; in class Lorg/json/JSONObject; or its super classes (declaration of 'org.json.JSONObject' appears in /system/framework/core-libart.jar)
my app crashes all the time. i tried their tutorial app, it gave the same error. Need help :(
P.S.: if there is any other way that i could implement this please share. I am new to development.