错误: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'