当前位置: 首页 > 知识库问答 >
问题:

我收到错误'cmdline工具组件丢失“和”Android许可证状态未知“,当我运行命令颤动医生

西门京
2023-03-14
[!] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
    X cmdline-tools component is missing
      Run `path/to/sdkmanager --install "cmdline-tools;latest"`
      See https://developer.android.com/studio/command-line for more details.
    X Android license status unknown.
      Run `flutter doctor --android-licenses` to accept the SDK licenses.
      See https://flutter.dev/docs/get-started/install/windows#android-setup for more details.

--------xxx---------------------------------------xxx

我的windows 10笔记本电脑出现了上述错误。有人能帮我吗。

共有1个答案

双俊人
2023-03-14

我能够使用以下步骤解决问题。

  1. 在Android Studio中更新SDK
  2. 更新Android Studio中的SDK工具
  3. 下载Android SDK命令行工具

我关注了这篇文章:https://flutter-developer.medium.com/flutter-flutter-doctor-results-with-cmdline-tools-component-is-missing-f6371a9c6e97

 类似资料: