flutter安装

Flutter plugin not installed 最诡异,命名AS上安装过了。
是因为flutter配置中 并不知道AS的根目录路径,需要加上AS的路径(bin路径,如图)

终端输入:

flutter config --android-studio-dir=“C:Program FilesAndroidAndroid
Studio”

原文地址:https://www.cnblogs.com/pythonClub/p/14416267.html