I ran into one problem integrating SMP with Android. My question is: when I try to run my application on an Android OS 5.0 and + device, I get the 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 it works great with devices prior to Lollipop.
Full logs are in the link below: http://pastebin.com/8kfhXDCT
source share