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 setting up a new RPi CM4 to run Flutter-Pi and have gone through the motions listed in the readme.
However, when running the app on device I get this error in the console:
[flutter-pi] The flutter engine was built for release (AOT) mode,
but flutter-pi was not started up in release mode.
Either you swap out the libflutter_engine.so
with one that was built for debug mode, or you start
flutter-pi with the --release flag and make sure
a valid "app.so" is located inside the asset bundle
directory.
Question is: how do I swap out libflutter_engine?
The text was updated successfully, but these errors were encountered:
I'm setting up a new RPi CM4 to run Flutter-Pi and have gone through the motions listed in the readme.
However, when running the app on device I get this error in the console:
Question is: how do I swap out libflutter_engine?
The text was updated successfully, but these errors were encountered: