skip to Main Content

Android Studio – How to solve: The minCompileSdk (31) specified in a dependency's AAR metadata

One or more issues found when checking AAR metadata values: The minCompileSdk (31) 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:1.4.0. AAR metadata file: C:UsersUSERAppDataLocalAndroidSdkcachestransforms-346d15f5c58a469270eeba15db4463d05transformedappcompat-1.4.0META-INFcomandroidbuildgradleaar-metadata.properties. The minCompileSdk (31) specified in a dependency's…

VIEW QUESTION

Android Studio – Unable to find method 'org.gradle.api.artifacts.result.ComponentSelectionReason.getDescription()Ljava/lang/String;'

This Is the error that it shows after compiling my app imported : **Unable to find method 'org.gradle.api.artifacts.result.ComponentSelectionReason.getDescription()Ljava/lang/String;'. Possible causes for this unexpected error include: Gradle's dependency cache may be corrupt (this sometimes occurs after a network connection timeout.) Re-download…

VIEW QUESTION
Back To Top
Search