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'm trying to use a custom native library, lets say "mylib.so".
I can run the Flutter app and/or build to native without any problem.
After build with flutter-pi and run in a raspberry pi 3 board, the app cannot find the library.
> flutter-pi --release /home/pi/app
> flutter: Invalid argument(s): Failed to load dynamic library 'mylib.so': mylib.so: cannot open shared file: No such file or directory
How can I build and run the app with custom libraries?
*I have tried to move this library to /usr/local/lib and /usr/lib, but didn't solve..
The text was updated successfully, but these errors were encountered:
I'm trying to use a custom native library, lets say "mylib.so".
I can run the Flutter app and/or build to native without any problem.
After build with flutter-pi and run in a raspberry pi 3 board, the app cannot find the library.
How can I build and run the app with custom libraries?
*I have tried to move this library to /usr/local/lib and /usr/lib, but didn't solve..
The text was updated successfully, but these errors were encountered: