Android toolchain - develop for Android devices (Android SDK version 30.0.2)
Posted 进击的包籽
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android toolchain - develop for Android devices (Android SDK version 30.0.2)相关的知识,希望对你有一定的参考价值。
-
如果在搭建Flutter开发环境时,遇到 Android toolchain - develop for Android devices (Android SDK version 30.0.2) 的问题。
-
很好解决,已经给出提示了,执行这两段命令即可,不同的机子可能不一样。
-
比如第一个命令,先切换到sdkManger的位置,然后在执行命令 sdkmanager --install “cmdline-tools;latest”。
-
再执行命令 flutter doctor --android-licenses,完成。
以上是关于Android toolchain - develop for Android devices (Android SDK version 30.0.2)的主要内容,如果未能解决你的问题,请参考以下文章