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
반응형
'APP' 카테고리의 다른 글
Flutter에 설정된 Android SDK 확인하기 (0) | 2023.12.10 |
---|---|
[flutter|오류 해결] Android sdkmanager not found. Update to the latest Android SDK and ensure that the cmdline-tools are installed to resolve this. (1) | 2023.06.09 |
[안드로이드 | Android] 쓰레드 Thread (0) | 2021.03.21 |
안드로이드(Android) Pending Intent | Notification 에서 앱으로 이동 (0) | 2021.03.10 |
안드로이드 알림 메시지, Android Notification (0) | 2021.03.10 |