Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't load Kernel binary: Invalid kernel binary format version

I am trying to generate protocol buffers in flutter and getting this error:

Can't load Kernel binary: Invalid kernel binary format version

How can I solve this issue?

like image 585
Khamidjon Khamidov Avatar asked Jul 26 '26 07:07

Khamidjon Khamidov


1 Answers

  1. flutter pub global deactivate protoc_plugin or pub global deactivate protoc_plugin
  2. flutter pub global activate protoc_plugin
  3. Voila, it upvotes/works again.
like image 177
Khamidjon Khamidov Avatar answered Jul 28 '26 14:07

Khamidjon Khamidov