Flutter signedapk build error in android studio

989 Views Asked by At

Task :app:compileFlutterBuildRelease Can't load Kernel binary: Invalid kernel binary format version. Dart snapshot generator failed with exit code 254 Can't load Kernel binary: Invalid kernel binary format version. Dart snapshot generator failed with exit code 254

Task :app:compileFlutterBuildRelease FAILED

1

There are 1 best solutions below

6
Guilherme Gabanelli On

Try this commands to clear all your project and rebuild

flutter create .
flutter clean
flutter pub get