Flutter plugin not installed error;. When running flutter doctor

前端 未结 22 1726
渐次进展
渐次进展 2020-11-28 11:07

I am configuring Flutter SDK on my Linux Ubuntu 16.4 system. Why am I getting the following error when I run the flutter doctor? I have specified b

22条回答
  •  执笔经年
    2020-11-28 11:28

    According to this comment, the plugins warnings doesn't matter. At least it didn't matter for me, it's worked fine.

    As stated,

    hi @EastCartel, try with flutter config --android-studio-dir=C:\Program Files\Android\Android Studio or your correct path. and you have 3 issues.

    1- First open your android studio and add the flutter plugin (this automaticly add dart plugin too).

    2- Also open visual studio code and add flutter extension.

    3- And run flutter doctor --android-licenses

    if the problem persist try flutter upgrade

    good luck!

提交回复
热议问题