Android Studio Dart And Flutter Plugin is not installed

后端 未结 11 794
傲寒
傲寒 2020-12-17 19:56

Here is the flutter doctor result:

[√] Flutter (Channel stable, 1.22.1, on Microsoft Windows [Version 10.0.18362.30], locale en-US)
[√] Android t         


        
11条回答
  •  长情又很酷
    2020-12-17 20:27

    Well hello all

    I would suggest you all to follow the steps what flutter documentation sites tells you to do

    For windows I'm talking(dont know about the mac OS, Linux,and other OS)-->There are some people who got detected flutter and dart plugins by the flutter doctor and few are not

    I got this issue when I tried to install ... I did everything like installed flutter and dart plugin still my flutter doctor haven't detected the plugins ...

    There are n number of reasons you will find in different sites and also in Github issues why the flutter doctor is unable to detect plugins though you installed plugins and followed each and every steps which is mentioned on documentations

    following steps worked for me

    flutter channel dev
    flutter upgrade
    flutter config --android-studio-dir="C:\Program Files\Android\Android Studio"
    flutter doctor -v
    

    note :--- flutter config --android-studio-dir="C:\Program Files\Android\Android Studio" should be example flutter config "C:\Program Files\Android\Android Studio"

    above steps worked for me i hope it will helps you too :)

提交回复
热议问题