4 issues were found when checking AAR metadata:
1. Dependency 'androidx.appcompat:appcompat-resources:1.5.1' requires libraries and applications that
depend on it to compile against version 32 or later of the
Android APIs.
:app is currently compiled against android-31.
Recommended action: Update this project to use a newer compileSdkVersion
of at least 32, 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).
博客内容涉及在Android开发中遇到的版本问题,详细列举了4个依赖库需要编译针对API 32或更高版本的问题。推荐的解决方案是更新项目的compileSdkVersion到至少32,同时解释了compileSdkVersion、targetSdkVersion和minSdkVersion的区别和更新方法。
最低0.47元/天 解锁文章
8万+

被折叠的 条评论
为什么被折叠?



