Android SDK 文件未找到适用于平台 35 的 android jar

问题描述 投票:0回答:1

我在 MacO 上使用 Flutter。我已经安装了所有依赖项,但医生仍然失败。

rushikant@Rushikants-MacBook-Pro ~ % flutter doctor                                                    
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.3, on Mac OS X 10.15.7 19H2 darwin-x64, locale en-GB)
[!] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
    ✗ Android SDK file not found: /Users/rushikant/Library/Android/sdk/platforms/android-35/android.jar.



How can i find `android.jar` file..?? Thank you all in advance.
android flutter
1个回答
0
投票

您似乎还没有安装 Android 35 SDK,或者它已损坏。尝试:

  1. 打开 Android Studio。
  2. 转到首选项 > 外观和行为 > 系统设置 > Android SDK。
  3. 选择 SDK 平台选项卡。
  4. 选择并安装(点击应用)Android 35 SDK版本。

Open SDK Manager

enter image description here

© www.soinside.com 2019 - 2024. All rights reserved.