connection in release mode fails on android

Issue #111 duplicate
Eric Busch created an issue

We see this error when we try to connect to a sensor. It only appears when building our app in release mode on android:

E/AndroidRuntime(10989): FATAL EXCEPTION: Thread-8
E/AndroidRuntime(10989): Process: com.company.ourappid, PID: 10989
E/AndroidRuntime(10989): java.lang.NoSuchMethodError: no non-static method "Lcom/movesense/mds/l/b/c;.SDSInternalCallback(IILjava/lang/String;[B)V"

We use the mdsflutter plugin as a wrapper: https://pub.dev/packages/mdsflutter

I will provide more details about OS and firmware versions later.

mdslib version is the latest 1.68.0

Comments (4)

  1. Log in to comment