I am installing Flutter and everything is good exept one thing, specified above.
Flutter doctor says this:
$ flutter doctor -v
[√] Flutter (C
If everything run fine as android project then proced:
Note:if android 10.0 not work then try it with 9.0;
You can set the Flutter SDK path in two ways.
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)
The path to the SDK should be to the main Flutter folder (e.g. C:\src\flutter
and not to the bin
folder as set in the Environment Variable Path.
Flutter folder put on dekstop and try to again to set flutter sdk path
check this also..
https://flutter.dev/docs/get-started/install/windows
The same problem faced me, but trying the above solution was not helpful. So I tried another thing:
The location of flutter SDK is where you copied or cloned the code. In my case it was like the following:
If the specified location contains the flutter SDK, the version section will contain your flutter version. If not, the version section will not contain any versions and there will be a message in the bottom of the setting dialog saying:
Flutter SDK Is Not Found In The Specified Location
Hope this helps.
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.