[Android] Dependency 'androidx.activity:activity:1.8.0' requires libraries and applications that depend on it to compile against version 34 or later of the Android APIs. androidx.activity:activity:1.8.0 라이브러리가 Android API 34 이상을 필요로 하지만 현재 프로젝트의 compileSdkVersion이 34보다 낮기 때문에 발생 컴파일 SDK의 버전을 34 이상으로 변경1. build.gradle.kts을 열어 compileSdk=34로 변경android { compileSdk 34} 2. targetSdk 도 동일하게 변경defaultConfig { targetSdk 34} 2. 프로젝트 리로드(File -> Sync Project With Gradle Files) 2024. 1. 24. [Android] This view is not constrained. It only has designtime positions ... 클릭 2023. 12. 16. 이전 1 다음