Mehta
Mehta

Reputation: 1226

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

Upvotes: 5

Views: 773

Answers (3)

c7n
c7n

Reputation: 1181

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.

Upvotes: 2

Mehta
Mehta

Reputation: 1226

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

Upvotes: 2

Midhun VP
Midhun VP

Reputation: 629

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.

Upvotes: 1

Related Questions