-
Notifications
You must be signed in to change notification settings - Fork 126
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
Failed to load dynamic library (dlopen failed: library "libobjectbox-jni.so" not found) #187
Comments
@Katekko Did you add |
No, really thanks, I was missing this dependence. Working now. I guess if someone was dumb like me will find this issue closed and will know what to do lol |
This pull request for the issue related to objectbox#187 Failed to load dynamic library (dlopen failed: library "libobjectbox-jni.so" not found)
I experience the same for older android device 5.0 (lolipop), tested working properly on android 8+
|
@GardenerMartino Thanks for reporting. Could you please create a new issue with additional details for this? The above one is rather outdated. Update: tested our example on an Android 5.0 emulator and it runs fine. |
Any progress on this issue? |
this will fixed by this PR: @greenrobot-team |
@GardenerMartino Yes, tested with the latest version. As said, could you create a new issue and fill in as many details as possible, maybe even a small example project. I can't reproduce this with the information you have given. So we can't work on fixing this. |
OK, @BogdanMarinescu created a new issue for this: please share more details in #369 |
Describe the bug
Just trying to start my store, nothing more
Basic info:
Flutter doctor:
Code that I'm using to try instantiate my store.
The Get.put, is a just my way to put on memory the Store. (See the lib getx)
Logs, stack traces
Please lemme know if you need anything more to reproduce. Maybe is something wrong with me
The text was updated successfully, but these errors were encountered: