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

后端 未结 4 725
野趣味
野趣味 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:55

    This is the Step install the flutter in the Android Studio:

    1.Go to Settings->Plugin->Install Flutter and Dart->Restart Android Studio
    2.Download  the flutter sdk
    3.In the environment Variable->User Variable->
    ANDROID_HOME F:\AndroidSDK(Paste your Android SDK Path)
    Path:F:\AndroidSDk;(Paste your Android SDK Path)
         c:\ProgramFiles\Java\jdk\1.8.0_20\bin;(Paste your jdk Path)
         c:\Users\Desktop\flutter\bin;(Paste your Flutter SDK Path)
    4.Git install at c:\ProgramFiles\Git
    5.Open Gitbash
    $flutter doctor
    $flutter doctor --android-licenses
    Accept the licences Y Y Y Y
    Make sure your Device should be connected your PC   
    

提交回复
热议问题