-
[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 license agreements from one workstation to another, see http://d.android.com/r/studio-ui/export-licenses.html Using Android SDK: C:\Users\cnwiz\AppData\Local\Android\Sdk
해결 방법은 아래 URL에서 찾았다
https://we-always-fight-with-code.tistory.com/99
안드로이드 스튜디오 SDK 오류 / 실제 기기에서 실행 안됨 에러 해결
Failed to install the following Android SDK packages as some licences have not been accepted. build-tools;30.0.1 Android SDK Build-Tools 30.0.1 To build this project, acc..
we-always-fight-with-code.tistory.com
위 블로그의 내용을 요약하자면,, 아래 이미지와 같이 Settings에서 추가로 설치할 것이 있다
'개발 & 계발 > Kotlin(코틀린)' 카테고리의 다른 글