美文网首页
Mac系统flutter doctor一直显示Android S

Mac系统flutter doctor一直显示Android S

作者: testerzhang | 来源:发表于2021-01-17 22:20 被阅读0次

当我们部署fluter开发环境的时候,可能会遇到如下的问题:

明明安装了Android Studio软件,而且也安装了flutter插件,但是flutter doctor依然显示没找到。

[!] Android Studio (version 4.1)
    ✗ Flutter plugin not installed; this adds Flutter specific functionality.
    ✗ Dart plugin not installed; this adds Dart specific functionality.

解决方案:

$ ln -s ~/Library/Application\ Support/Google/AndroidStudio4.1/plugins ~/Library/Application\ Support/AndroidStudio4.1

再次执行flutter doctor已经正常识别。


欢迎大家关注我的公众号:testerzhang

相关文章

网友评论

      本文标题:Mac系统flutter doctor一直显示Android S

      本文链接:https://www.haomeiwen.com/subject/nmwzaktx.html