APP

[오류 해결] dependency 'androidx.core:core:1.15.0' requires libraries and applications that depend on it to compile against version 35 or later of the android apis.

isaac.kim 2025. 3. 9. 22:18
728x90
반응형

오류 메시지

 

dependency 'androidx.core:core:1.15.0' requires libraries and applications that depend on it to compile against version 35 or later of the android apis.

 

안드로이드 코틀린 앱 시작할 때 위와 같은 오류가 떴다.

 

build.gradle.kts 빌드 설정 파일의 설정이 변경되어야 해서 설정을 변경해주었다.

 

 

(Ctrl+Alt+Shift+S)

 

File > Project Structure > Module > app > Properties > Compile Sdk Version

Compile Sdk Version을 35로 적용 후 다시 앱을 실행하니 오류가 해결되었다.

728x90
반응형