개발 & 계발/Kotlin(코틀린)
-
[Kotlin 시작] 안드로이드 스튜디오 첫 컴파일 시 발생하는 Error - We recommend using a newer Android Gradle plugin to use compileSdk = 33개발 & 계발/Kotlin(코틀린) 2022. 7. 24. 18:47
참고) Android Studio Version 이전 포스팅에서 License Accept가 필요해서 했고, 이 후에 아래와 같이 에러가 발생하였다. We recommend using a newer Android Gradle plugin to use compileSdk = 33 This Android Gradle plugin (7.0.3) was tested up to compileSdk = 31 This warning can be suppressed by adding android.suppressUnsupportedCompileSdk=33 to this project's gradle.properties The build will continue, but you are strongly encouraged..
-
[Kotlin 시작] 안드로이드 스튜디오 첫 컴파일 시 발생하는 Error - Failed to install the following Android SDK packages as some licences have not been accepted.개발 & 계발/Kotlin(코틀린) 2022. 7. 24. 18:34
참고) Android Studio Version 처음 변수 선언만 해 보고 Run을 했는데 다음과 같은 에러 메시지가 나왔다 Failed to install the following Android SDK packages as some licences have not been accepted. build-tools;30.0.2 Android SDK Build-Tools 30.0.2 tools Android SDK Tools To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager. Alternatively, to transfer the..