Android Studio flutter and dart plugins not recognized by flutter doctor , but plugins are installed

后端 未结 4 727
野趣味
野趣味 2020-12-10 19:38

I am trying to install flutter on ubuntu , android studio flutter and dart plugins have been installed , but flutter doctor said that they are not installed. At

4条回答
  •  轮回少年
    2020-12-10 19:59

    The problem is with the stable version i guess

    step 1 : run> flutter channel dev

    step2 : run> flutter channel upgrade

    step3 : run > flutter config --android-studio-dir="C:\Program Files\Android\Android Studio"

    this worked for me using Android studio version 4.1

提交回复
热议问题