You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the Flutter bindings and just updated to v0.5.1. It works on emulators, but when trying to run on a real device (with 32-bit mode) needing the apk for an armeabi-v7a architecture, I get the following error:
Invalid argument(s): Failed to load dynamic library 'libbreez_sdk_liquid.so': dlopen failed: library "libbreez_sdk_liquid.so" not found
When inspecting the apk by running unzip -l build/app/outputs/flutter-apk/app-release.apk | grep libbreez_sdk_liquid, it returns:
I am using the Flutter bindings and just updated to v0.5.1. It works on emulators, but when trying to run on a real device (with 32-bit mode) needing the apk for an
armeabi-v7a
architecture, I get the following error:When inspecting the apk by running
unzip -l build/app/outputs/flutter-apk/app-release.apk | grep libbreez_sdk_liquid
, it returns:Confirming it is missing for other architectures.
After speaking with @dangeross, it is most probably related to: lightningdevkit/rust-lightning#3415.
But creating the issue here also for follow up.
The text was updated successfully, but these errors were encountered: