错误:Dependency ‘androidx.annotation:annotation-experimental:1.3.0’ requires libraries and applications that depend on it to compile against version 33 or later of the Android APIs.
解决办法:
①第一步:33降级为32

②第二步:androidx.appcompat:appcompat降级为implementation 'androidx.appcompat:appcompat:1.5.0'

博客指出Android依赖‘androidx.annotation:annotation - experimental:1.3.0’要求编译需针对Android API 33或更高版本,还给出了解决该错误的办法,但未详细说明具体步骤。

830

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



