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've got the flutter gallery app running flutter-pi ~/bin/flutter_gallery/ however when I try to run it with flutter-pi --release ~/bin/flutter_gallery/ I get this error
embedder.cc (744): 'FlutterEngineCreateAOTData' returned 'kInvalidArguments'. Architecture mismatch.
[flutter-pi] Could not load AOT data. FlutterEngineCreateAOTData: Invalid arguments.
Any idea about whats going on here, everything compiled properly and it works without --release flag. Kind of stumped ;/
Some more information:
Raspberry Pi 4
Ubuntu 21.04 64 bit
Entire output that comes out from running the command:
Did you make sure to use gen_snapshot_linux_x64_release inside the arm64 directory of the engine binaries? When you run raspbian 64-bit, you need to use that instead of the one inside the arm directory.
I've got the flutter gallery app running
flutter-pi ~/bin/flutter_gallery/
however when I try to run it withflutter-pi --release ~/bin/flutter_gallery/
I get this errorAny idea about whats going on here, everything compiled properly and it works without
--release
flag. Kind of stumped ;/Some more information:
Raspberry Pi 4
Ubuntu 21.04 64 bit
Entire output that comes out from running the command:
The text was updated successfully, but these errors were encountered: