Class name conflict while using Jaunt with android

旧街凉风 提交于 2019-12-11 01:38:51

问题


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?

来源:https://stackoverflow.com/questions/23269750/class-name-conflict-while-using-jaunt-with-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!