Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SMP integration with Android

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

like image 667
Mehta Avatar asked Aug 06 '15 10:08

Mehta


2 Answers

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

like image 102
Mehta Avatar answered Oct 19 '22 23:10

Mehta


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.

like image 31
c7n Avatar answered Oct 20 '22 01:10

c7n