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

后端 未结 6 1017
一生所求
一生所求 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 17:49

    You can set the Flutter SDK path in two ways.

    1. When you are creating a project, then you are asked to set the flutter SDK path, there you can set the path of it.

    1. If you have move your flutter SDK somewhere after create the project and then if you want to change the path, then you can do it like this

    To change flutter SDK path go to:- Preferences -> Languages & Frameworks -> Flutter -> And there Flutter SDK path: here you set your SDK path(e.g./Users/myimac/Development/flutter_1_20_2/flutter)

提交回复
热议问题