I am trying to use the jaunt api with android as per suggestion from this SO answer. But I get this error when I run the project:
Could not find class 'com.jaunt.h', referenced from method com.jaunt.UserAgent.a
I tried changing the order of referencing of libraries by putting jaunt0.9.6.3.jar at the top of android 4.3 platform.jar. But in that case, I get this error:
Could not find class 'android.app.AppOpsManager', referenced from method box.a
Now it suggests that the class name "a" is at conflict. So what should I do to resolve this?
Has anyone experience with using jaunt with android?Anyone able to use it successfully?