


Run flutter doctor again at the command prompt. Chrome - develop for the web Android Studio (not installed) VS Code (version 1.58.2) Connected device (2 available) ! Doctor found issues in 2 categories. If the Android SDK has been installed to a custom location, please use `flutter config -android-sdk` to update to that location.

Install Android Studio from: On first launch it will assist you in installing the Android SDK components. 12.1s Doctor summary (to see all details, run flutter doctor -v): Flutter (Channel stable, 2.2.3, on Microsoft Windows, locale ja-JP) Android toolchain - develop for Android devices ✗ Unable to locate Android SDK. C:\flutter\flutter>flutter doctor Running "flutter pub get" in flutter_tools. Run “flutter doctor” at the command prompt, and if you see the following message, you can confirm that the path has been passed. Add the flutter path as shown in the last image.Type “environment variables” in the taskbar search and you will get a list of candidates. Next, we need to edit the environment variables since we need to pass the path. In my case, I created a flutter directory directly under C:\ and extracted it there I regretted making an extra flutter directory, but it was too much trouble, so I just went ahead with it. After you have downloaded the zip, extract it to a location of your choice.
