MAC Flutter AndroidStudio SDK "Android toolchain - develop for Android devices"

57 阅读1分钟

Unable to locate Android SDK.

Install Android Studio from:

developer.android.com/studio/inde…

On first launch it will assist you in installing the Android SDK

components.

(or visit flutter.dev/to/macos-an… 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.

MAC 版本AndroidStudioSDK 配置路径错误更改

flutter config --android-sdk <path-to-your-android-sdk-path>更新Android SDK路径。

`flutter config --android-sdk "你的安卓SDK路径"