Statement :The minCompileSdk (33) specified in a
dependency's AAR metadata (META-INF/com/android/build/gradle/aar-metadata.properties)
is greater than this module's compileSdkVersion (android-30).
Dependency: androidx.appcompat:appcompat-resources:1.6.1.
Solutions :in this specific case, the dependency causing the issue is androidx.appcompat:appcompat-resources:1.6.1, which has a minCompileSdk of 33 (Android 12). So, to resolve this error, you need to update your compileSdkVersion to at least 33 (Android 12).
@pagalbug
#error #android #androidstudio #logcateerror #minCompileSdk #dependency's #compileSdkVersion #android-30 #appcompat #androidx #android-33 #FailedfindPlatformSDK #FailedfindSDK
#minCompileSdk(33) #AARmetadata