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 trying to use it with Flutter latest version and when I run the project on an Android device from Visual Studio code, it gives the following error to me
Unhandled Exception: Invalid argument(s): Failed to load dynamic library 'librust_ldk_node.so': dlopen failed: cannot locate symbol "ERR_lib_error_string" referenced by "/data/app/com.example.testwallet1-P8Vg9WPhchDMRJYwSpXtag==/lib/arm64/librust_ldk_node.so"
I am trying to use it with Flutter latest version and when I run the project on an Android device from Visual Studio code, it gives the following error to me
Unhandled Exception: Invalid argument(s): Failed to load dynamic library 'librust_ldk_node.so': dlopen failed: cannot locate symbol "ERR_lib_error_string" referenced by "/data/app/com.example.testwallet1-P8Vg9WPhchDMRJYwSpXtag==/lib/arm64/librust_ldk_node.so"
E/flutter (11703): #0 _open (dart:ffi-patch/ffi_dynamic_library_patch.dart:11:43)
E/flutter (11703): lightningdevkit/ldk-node#1 new DynamicLibrary.open (dart:ffi-patch/ffi_dynamic_library_patch.dart:22:12)
E/flutter (11703): lightningdevkit/ldk-node#2 dylib (package:ldk_node/src/utils/loader.dart:10:26)
E/flutter (11703): lightningdevkit/ldk-node#3 dylib (package:ldk_node/src/utils/loader.dart)
E/flutter (11703): lightningdevkit/ldk-node#4 loaderApi (package:ldk_node/src/utils/loader.dart:11:45)
E/flutter (11703): lightningdevkit/ldk-node#5 loaderApi (package:ldk_node/src/utils/loader.dart)
E/flutter (11703): lightningdevkit/ldk-node#6 Builder.build (package:ldk_node/src/root.dart:616:25)
The text was updated successfully, but these errors were encountered: