To start the SDK Manager in Visual Studio, click Tools > Android > Android SDK Manager:
Read moreHow do I get to SDK Manager?
To open the SDK Manager from Android Studio, click Tools > SDK Manager or click SDK Manager in the toolbar . If you’re not using Android Studio, you can download tools using the sdkmanager command-line tool.
Read moreWhere is my SDK Manager located?
Expand Appearance & Behavior —> System Settings —> Android SDK menu item on the left side of the popup window. Then you can find the Android SDK Location directory path on the right side ( in this example, the Android SDK location path is C:\Users\Jerry\AppData\Local\Android\Sdk ), remember it.
Read moreHow do I get to SDK path of flutter?
Under Settings > Languages & Frameworks there should be a Flutter section. I found it by using the handy search bar in the Settings menu. At the top of the Languages & Frameworks > Flutter is the Flutter SDK Path. This is assuming that Flutter/Dart have already been installed under Plugins.
Read moreHow do I choose my Flutter SDK path?
Your Flutter SDK path should be a_better_place/flutter . These would be used in tools such as VSCode or Android Studio.
Read more