flutter run  出现如下错误

[ERROR:flutter/shell/gpu/gpu_surface_gl.cc(39)] Failed to setup Skia Gr context.

大概意思就是无法构建Skia 上下文

 

参考 https://github.com/flutter/flutter/issues/11094

 

具体解决方式  就是  手动终端运行

flutter run --enable-software-rendering

热重载需要 按 r     还有很多操作哦   比如 p   可查看布局    o  可以切换 ios

 

相关文章:

  • 2021-12-23
  • 2022-03-04
  • 2021-09-24
  • 2021-12-18
  • 2021-11-21
  • 2021-05-20
  • 2022-12-23
  • 2021-11-21
猜你喜欢
  • 2021-11-29
  • 2021-08-04
  • 2021-10-24
  • 2021-12-22
  • 2021-05-08
  • 2021-12-02
  • 2021-12-02
相关资源
相似解决方案