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
When trying to run a test application, I got the error message Dart Error: Can't load Kernel binary: Invalid SDK hash. - the problem is fairly clear.
What is less clear is the correct SDK hash/engine version. I'm okay with hacking about in the SDK to set it to the correct version, but because I can't run flutter --version on the Raspi - since there's no actual Flutter installation - I don't know what to set it to.
Would it be possible to have the embedder print the version and has of the engine/SDK it's using to make matching an easier task?
P.S.: the #custom-embedders channel seems to be gone from the Flutter Discord...
The text was updated successfully, but these errors were encountered:
When trying to run a test application, I got the error message
Dart Error: Can't load Kernel binary: Invalid SDK hash.
- the problem is fairly clear.What is less clear is the correct SDK hash/engine version. I'm okay with hacking about in the SDK to set it to the correct version, but because I can't run
flutter --version
on the Raspi - since there's no actual Flutter installation - I don't know what to set it to.Would it be possible to have the embedder print the version and has of the engine/SDK it's using to make matching an easier task?
P.S.: the
#custom-embedders
channel seems to be gone from the Flutter Discord...The text was updated successfully, but these errors were encountered: