Dependency 'androidx.appcompat:appcompat-resources:1.6.1' requires libraries and applications that depend on it to compile against version 33 or later of the Android APIs. :app is currently compiled against android-32. Recommended action: Update this project to use a newer compileSdkVersion of at least 33, for example 33. Note that updating a library or application's compileSdkVersion (which allows newer APIs to be used) can be done separately from updating targetSdkVersion (which opts the app in to new runtime behavior) and minSdkVersion (which determines which devices the app can be installed on).
时间: 2024-02-15 11:28:22 浏览: 528
commons-compress-1.18.zip
根据你的问题,这似乎是一个关于 Android 开发的问题。应用程序的依赖项 'androidx.appcompat: appcompat-resources:1.6.1' 要求依赖它的库和应用程序在编译时使用 Android API 版本 33 或更高版本。但是,你的应用程序当前是使用 Android-32 进行编译的。建议你将项目更新为使用较新的 compileSdkVersion,例如 33。值得注意的是,更新库或应用程序的 compileSdkVersion(允许使用新的 API)可以与更新 targetSdkVersion(选择应用程序中新的运行时行为)和 minSdkVersion(决定应用程序可以安装在哪些设备上)分开进行。
阅读全文