-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Cannot build app.so with Dart 2.9.2: "Can't load Kernel binary: Invalid SDK hash" #89
Comments
Possibly related to this |
Hey,
That's not your fault. TL;DR there was an update of the stable flutter SDK 9 days ago and I haven't yet updated the engine binaries. I'm compiling right now. These version checks are new and I haven't yet found a way to get notified of flutter stable updates |
Ah thank you so much for clarifying, now the whole picture is getting clearer (see also the answer I received in the above linked dart pub issue). I was confused because I thought that "stable is stable" and a minor version update would make no difference :-) Next release of the Also, being able to build that by myself would be a huge plus, but I understand that documenting the process will take some time :-) Thank you so much! |
That's a good idea, I'll do that
To do that, just build the engine (in release mode). After you've done that, the Building the engine is kinda complicated and takes a long time. #49 is an open issue about that, you can find some instructions there. |
Some info about that: Btw you can also see the engine version your flutter SDK is using when running |
I have downloaded the new binary and successfully build the In the following days I will try running my Flutter app and see if I can make run on the Rpi4. If it's ok for you, I'd keep this issue open in case I have further questions. I will close it anyway when I'll be done. Thanks 👍 |
Yep, sure. No problem |
Hey,
I've updated the Dart+Flutter SDK to the very latest stable:
I can compile the kernel snapshot, but I can't compile anymore the
app.so
.Can you detail a little bit how the
gen_snapshot_linux_x64
binary you provide is generated and why it fails? Do I have to match the exact same Dart SDk version as yours?Thanks!
The text was updated successfully, but these errors were encountered: