Flutter、Android Studioはインストール済み。
設定環境の確認をすると、エラーが発生する。
flutter doctor
Unable to locate Android SDK.
Install Android Studio from:
https://developer.android.com/studio/index.html
On first launch it will assist you in installing the Android SDK
components.
(or visit https://flutter.dev/docs/get-started/install/macos#android-setup
for detailed instructions).
If the Android SDK has been installed to a custom location, please use
`flutter config --android-sdk` to update to that location.
原因はエラーコードに記載されいている。
If the Android SDK has been installed to a custom location, please use
`flutter config --android-sdk` to update to that location.
Android SDKがカスタムロケーションにインストールされている場合は、以下の方法でインストールしてください。flutter config --android-sdk`でその場所に更新します。
エラーメッセージに記載されている通りに、flutterの設定を更新する。
Androidの設定画面で、SDKの場所を確認する。
確認した場所を、Flutterに設定する。
flutter config --android-sdk /User/xxxxx/Library/Android/sdk