当我们部署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。
网友评论