Flutter SDK is not found in the specified location - in Android Studio

后端 未结 6 1020
一生所求
一生所求 2020-12-16 17:42

I am installing Flutter and everything is good exept one thing, specified above.

Flutter doctor says this:

$ flutter doctor -v

[√] Flutter (C         


        
6条回答
  •  眼角桃花
    2020-12-16 18:11

    As mentioned in the message it is optional and only used for specific tasks.

    You can install it from Android Studio

    Menu > Tools > SDK Manager > Android SDK (left side of the dialog) > SDK Tools (tab)

    Ensure that this line is enabled

    With [OK] it should be installed.

提交回复
热议问题