SMP integration with Android

2019-06-21 03:41发布

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

3条回答
狗以群分
2楼-- · 2019-06-21 04:23

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

查看更多
一夜七次
3楼-- · 2019-06-21 04:38

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.

查看更多
甜甜的少女心
4楼-- · 2019-06-21 04:43

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.

查看更多
登录 后发表回答