Movesense ECG sample keeps stopping

Issue #81 invalid
Luca Maialetti created an issue

Dear all, I have a problem when I run tha application on the Android studio virtual device. The application starts correctly but closes immediately with the following message: " Movesense ECG sample keeps stopping". By checking the Logcat I have the following errors: 2019-02-08 12:03:28.641 4770-4770/com.movesense.samples.ecgsample E/AndroidRuntime: FATAL EXCEPTION: main Process: com.movesense.samples.ecgsample, PID: 4770 java.lang.UnsatisfiedLinkError: No implementation found for void com.movesense.mds.SDSInternalWrapper.sdsSetDelegate(java.lang.Object) (tried Java_com_movesense_mds_SDSInternalWrapper_sdsSetDelegate and Java_com_movesense_mds_SDSInternalWrapper_sdsSetDelegate__Ljava_lang_Object_2) at com.movesense.mds.SDSInternalWrapper.sdsSetDelegate(Native Method) at com.movesense.mds.SDSInternalWrapper.setDelegate(SDSInternalWrapper.java:167) at com.movesense.mds.internal.operation.MdsOperationHandler.<init>(MdsOperationHandler.java:87) at com.movesense.mds.Mds$Builder.build(Mds.java:357) at com.movesense.samples.ecgsample.MainActivity.initMds(MainActivity.java:85) at com.movesense.samples.ecgsample.MainActivity.onCreate(MainActivity.java:70) at android.app.Activity.performCreate(Activity.java:7136) at android.app.Activity.performCreate(Activity.java:7127) at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1271) at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:2893) at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3048) at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:78) at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:108) at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:68) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1808) at android.os.Handler.dispatchMessage(Handler.java:106) at android.os.Looper.loop(Looper.java:193) at android.app.ActivityThread.main(ActivityThread.java:6669) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:493) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:858)

I am attaching the message screens on the virtual device and errors. Thank you in advance for the attention! Mobile device model and OS version: Nexus 5X Api 28 Movesense mobile library version: 1.28.1

Comments (6)

  1. Petri Lipponen

    The x86 in MDS 1.34 is only a stub to enable running your app in simulator, not a functional communication library. To debug with the communication, please debug your software on the phone using developer mode and USB cable.

  2. Mohamed Nadeem

    i have the same issue , i tried it on samsung galaxy note 10 using usb cable, please assist on this issue.

  3. Log in to comment