Open Latenighthunter opened 2 years ago
Seems like objectbox doesn't support any android version below 8, there is an on-going pull request for supporting older version https://github.com/objectbox/objectbox-dart/pull/328. I'll keep this open until it's fixed.
Describe the bug When I open the app it gives me an error saying Fail to load dynamic library error.
To Reproduce I just open the app and it gives me the error
Expected behavior I expected the application to open and take me to the home page.
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context This is the error it give me
`Message: Something horribly went wrong. Error: Invalid argument(s): Failed to load dynamic library 'libobjectbox-jni.so': dlopen failed: library "libobjectbox-jni.so" not found Stack trace:
0 _open (dart:ffi-patch/ffi_dynamic_library_patch.dart:12)
1 new DynamicLibrary.open (dart:ffi-patch/ffi_dynamic_library_patch.dart:23)
2 _tryObjectBoxLibFile (package:objectbox/src/native/bindings/bindings.dart:56)
3 loadObjectBoxLib (package:objectbox/src/native/bindings/bindings.dart:66)
4 C (package:objectbox/src/native/bindings/bindings.dart:84)
5 new Model (package:objectbox/src/native/model.dart)
6 new Store (package:objectbox/src/native/store.dart:105)
7 openStore (package:yukino_app/modules/database/objectbox/objectbox.g.dart:136)
8 DatabaseManager.initialize (package:yukino_app/modules/database/database.dart:20)