Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mixin_logger can't find libmixin_logger.so on Android #302

Closed
gxlj opened this issue Nov 18, 2023 · 0 comments · Fixed by #303
Closed

Mixin_logger can't find libmixin_logger.so on Android #302

gxlj opened this issue Nov 18, 2023 · 0 comments · Fixed by #303
Assignees

Comments

@gxlj
Copy link

gxlj commented Nov 18, 2023

Android :

E/flutter (17741): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Invalid argument(s): Failed to load dynamic library 'libmixin_logger.so': dlopen failed: library "libmixin_logger.so" not found
E/flutter (17741): #0 _open (dart:ffi-patch/ffi_dynamic_library_patch.dart:11:43)
E/flutter (17741): #1 new DynamicLibrary.open (dart:ffi-patch/ffi_dynamic_library_patch.dart:22:12)
E/flutter (17741): #2 _dylib. (package:mixin_logger/src/write_to_file_ffi.dart:17:27)
E/flutter (17741): #3 _dylib (package:mixin_logger/src/write_to_file_ffi.dart:23:2)
E/flutter (17741): #4 _dylib (package:mixin_logger/src/write_to_file_ffi.dart)
E/flutter (17741): #5 _bindings (package:mixin_logger/src/write_to_file_ffi.dart:26:59)
E/flutter (17741): #6 _bindings (package:mixin_logger/src/write_to_file_ffi.dart)
E/flutter (17741): #7 WriteToFileImpl.init (package:mixin_logger/src/write_to_file_ffi.dart:62:5)
E/flutter (17741): #8 initLogger (package:mixin_logger/mixin_logger.dart:86:16)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants