运行flutter doctor遇到问题:

1.权限问题 直接按照提示 运行 flutter doctor --android licenses 就行
然后面对 [ y / N ] 直接各种输入y。就完事了。
Flutter plugin not installed; this adds Flutter specific functionality.
Flutter plugin not installed 最诡异,命名AS上安装过了。
是因为flutter配置中 并不知道AS的根目录路径,需要加上AS的路径(bin路径,如图)
Flutter plugin not installed; this adds Flutter specific functionality.
终端输入:

flutter config --android-studio-dir=“C:\Program Files\Android\Android
Studio”

Flutter plugin not installed; this adds Flutter specific functionality.

再次输入 flutter doctor 应该就可以了。

参考文章:
https://blog.csdn.net/tangxw1991/article/details/79773191

相关文章:

  • 2021-12-19
  • 2021-05-03
  • 2022-12-23
  • 2022-12-23
  • 2021-09-02
  • 2021-10-23
  • 2022-12-23
  • 2021-08-02
猜你喜欢
  • 2022-12-23
  • 2021-09-12
  • 2022-01-01
  • 2021-07-27
  • 2021-06-30
  • 2021-07-31
  • 2022-12-23
相关资源
相似解决方案