SMP integration with Android

自闭症网瘾萝莉.ら 提交于 2019-12-23 10:21:17

问题


I am facing one issue with SMP integration with Android. My question is: When i try to run my application in android OS 5.0 & + device i am getting error mentioned below.

"Caused by: java.lang.ClassNotFoundException: Didn't find class "com.sybase.mo.MessagingClientException" on path: DexPathList[[zip file 

"/data/app/sample.UI.Droid-1/base.apk"],nativeLibraryDirectories=[/data/app/Sample.UI.Droid-1/lib/arm, /vendor/lib, /system/lib]]".**

But its working fine with pre-Lollipop devices.

Full logs are in below link: http://pastebin.com/8kfhXDCT


回答1:


I have resolved my error by removing DataVaultLib-2.3.3.13.jar and adding SUPProxyClient-2.3.3.jar and ClientLib.jar.

Now My app is working properly in Lollipop and Marshmallow OS

I go through this link and for jar




回答2:


Removing maflogonimo-1.212.2.jar (or other version from respective service pack) will fix the problem in SMP 3.0 environments.

I just learned, that this specific library is only used for backwards compatibility with the SUP, but breaks the app when used with a SMP 3.0 only.




回答3:


You have to make sure you are using the updated SDK version to support Lollipop. Andriod 5 support was added in SMP SDK SP07.

You could refer to this SAP Note to check the list of devices supported by SMP 3.



来源:https://stackoverflow.com/questions/31852799/smp-integration-with-android

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