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 am using flet 0.21.1 on Ubuntu 23.10.
When I created a Flet project and tried to run it, I got the following error:
error while loading shared libraries: libmpv.so.1: cannot open shared object file: No such file or directory
To fix this, I entered the following command:
sudo apt install libmpv-dev mpv
I then manually linked libmpv. so to libmpv.so.1:
First, cd to /usr/lib/x86_64-linux-gnu and then type: sudo ln -s libmpv. so libmpv.so.1
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using flet 0.21.1 on Ubuntu 23.10.
When I created a Flet project and tried to run it, I got the following error:
error while loading shared libraries: libmpv.so.1: cannot open shared object file: No such file or directory
To fix this, I entered the following command:
sudo apt install libmpv-dev mpv
I then manually linked libmpv. so to libmpv.so.1:
First, cd to /usr/lib/x86_64-linux-gnu and then type: sudo ln -s libmpv. so libmpv.so.1
To get flet to build an apk, I did the following:
There is no need to do a flutter doctor and correct all the errors it shows.
I hope this helps someone else get going.
Beta Was this translation helpful? Give feedback.
All reactions