문제 발생과 해결의 기록들/AndroidStudio

[오류 해결] The minCompileSdk (31) specified in adependency's AAR metadata ...

Ardmos :) 2021. 11. 11. 05:37

어제 새로 만든 프로젝트를 빌드하려던 도중

The minCompileSdk (31) specified in a dependency's AAR metadata ...   

라는 내용의 오류가 발생했다.

 

 

- 해결 방법!

    bulid.gradle (Module) 파일의 

 

    compileSdk와 targetSdk의 값을 31로 변경한다.

 

 

 

 

 

전체 오류 메세지와 또 다른 해결법은 아래 링크를 참고.

https://exerror.com/the-mincompilesdk-31-specified-in-a-dependencys-aar-metadata-is-greater-than-this-modules-compilesdkversion/

 

[Solved] The minCompileSdk (31) specified in a dependency's AAR metadata is greater than this module's compileSdkVersion - Excep

To Solve The minCompileSdk (31) specified in a dependency's AAR metadata is greater than this module's compileSdkVersion Error Just add this l

exerror.com

 

728x90