qaul / qaul.net

Internet Independent Wireless Mesh Communication App
https://qaul.net
GNU Affero General Public License v3.0
496 stars 63 forks source link

BLE-Module Callback failes on release compilation #586

Closed MathJud closed 10 months ago

MathJud commented 10 months ago

When building qaul for debug, the communication between libqaul and the BLE-module is working fine. When building for release, it stops working, as libqaul cannot communicate with it anymore, due to a callback error. This means that BLE in our published version is not working

# working:
flutter run

# not working:
flutter run --release

Error:

08-08 08:39:18.842 28849 29117 E libqaul::api::android: callback failed : JavaException
08-08 08:39:18.843 28849 29117 W System.err: java.lang.NoSuchMethodError: no non-static method "Lnet/qaul/ble/core/BleWrapperClass$a;.OnLibqaulMessage([B)V"