简体   繁体   中英

I am facing an minCompileSDK issue while developing an android app using android studio

下面是问题的详细信息依赖项的AAR元数据(META-INF/com/android/build/gradle/aar-metadata.properties)中指定的minCompileSdk(31)大于该模块的compileSdkVersion(android-30)

This exception is self-explanatory: compileSdkVersion in your manifest is lower than the version required by AarMetadata.

You may change the minimum version required by changing the minCompileSdk property (see docs here: https://developer.android.com/reference/tools/gradle-api/4.2/com/android/build/api/dsl/AarMetadata ) or change the compileSdkVersion in your manifest

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM