Description
Hi,
I am having the following errors when trying to run "flutter-pi <app_name>"
[ERROR:flutter/shell/common/shell.cc(93)] Dart Error: Can't load Kernel binary: Invalid SDK hash.
[ERROR:flutter/runtime/dart_isolate.cc(170)] Could not prepare isolate.
[ERROR:flutter/runtime/runtime_controller.cc(382)] Could not create root isolate.
[ERROR:flutter/shell/common/shell.cc(576)] Could not launch engine with configuration.
I already "git pull" the latest commit from GitHub for the flutter-pi installation.
My host pc (windows) flutter config is as follows:
Flutter 2.5.1 • channel stable • https://github.com/flutter/flutter.git
Framework • revision ffb2ecea52 (3 weeks ago) • 2021-09-17 15:26:33 -0400
Engine • revision b3af521a05
Tools • Dart 2.14.2
I also tried with Flutter 2.5.2 (then I noticed that engine binaries are build for version 2.5.1), but the error is the same.
Thank you in advance for help.