簡體   English   中英

如何找到 Flutter 包需要 SDK 版本 #33?

[英]How to find what Flutter packages requre SDK version #33?

嘗試部署我的 Flutter 應用程序時,我收到一條錯誤消息,指出部署需要 SDK 版本 #33。

如何找到應用程序中的哪些包需要 SDK #33?

R

unning Gradle task 'assembleDebug'...
Warning: The plugin url_launcher_android requires Android SDK version 33.
For more information about build configuration, see https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
One or more plugins require a higher Android SDK version.
Fix this issue by adding the following to D:\Ian\Documents\github\good_day\android\app\build.gradle:
android {
  compileSdkVersion 33
  ...
}

機器人>應用程序>build.gradle

compileSdkVersion 33
targetSdkVersion 33

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM