본문 바로가기

애기 개발자(현재)

'compileSdkVersion' to be set to 34 or higher.Compilation target for module ':app' is 'android-33' 해결법

안드로이드를 시작하고 시작이 안 된다 

One or more issues found when checking AAR metadata values:Dependency 'androidx.activity:activity:1.8.0' requires 'compileSdkVersion' to be set to 34 or higher.Compilation target for module ':app' is 'android-33'

오류 코드

바로 검색 

 

알고보니 그냥 영어 해석하면 바로 끝나는 문제였음 

 

해결법 

 

 

1. 그래들에 들어가준다

2. compileSdk 33을 

 

3. compileSdk 34이상으로 고쳐 준다 

 

 

4. 끝