-
Notifications
You must be signed in to change notification settings - Fork 68
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
How to add missed .so libraries ? #442
Comments
A The Another option is to use the sqflite package, if you don't specifically need to use Drift. Both packages are marked "Flutter Favorite" but I don't know which one is superior. |
Thank you @swift-kim It's impossible to rewrite the project with another framework, I already tried to put all "*.so" in the lib folder, it didn't works, but I am not sure in which architecture they were compiled. Thank you very much for the response, I should fix it with these informations, |
Hi @swift-kim , No matter witch library I put in the
I think the folder is not working at all |
None of them seems to be compatible. Have you tried the |
ok I will try, thanks |
Hi again @swift-kim , I don't understand what did make you understand that my device architecture is ARMEL, my emulator is
So I don't understand it should be x86 as the device architecture, but indeed when I put the x86 libraries, it dosn't work but the |
If you're on an emulator, yes, the architecture is x86. (If you're on a real TV device, the architecture is armel.) The architecture is not the only condition for Anyway, no further explanation should be necessary. Please just use |
@swift-kim thanks, I got it :), I need undertand it because it's not the only library I need to load, I need VLC also, so thanks again. |
You're welcome. If you need more help, please let us know. :) |
I am using Flutter Drift to use SqlLite and I have this exception at runtime :
The main error is :
Unhandled Exception: Invalid argument(s): Failed to load dynamic library 'libsqlite3.so': libsqlite3.so: cannot open shared object file: No such file or directory
How to add these libraries ?
And the tizen tools shoudn't add them automatically ?
The text was updated successfully, but these errors were encountered: