어제 새로 만든 프로젝트를 빌드하려던 도중
The minCompileSdk (31) specified in a dependency's AAR metadata ...
라는 내용의 오류가 발생했다.
- 해결 방법!
bulid.gradle (Module) 파일의
compileSdk와 targetSdk의 값을 31로 변경한다.
전체 오류 메세지와 또 다른 해결법은 아래 링크를 참고.
[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