Android Studio를 통해 Flutter Demo App build중 발생한 Android SDK 라이선스 관련 에러
---------------------------------------
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Failed to install the following Android SDK packages as some licenses have not been accepted.
build-tools;28.0.3 Android SDK Build-Tools 28.0.3
platforms;android-28 Android SDK platform 28
To build this project, accept the SDK license agreements and install the missing components using the Android Studio SDK Manager.
=> Failed to install the following Android SDK packages as some licences have not been accepted.
Flutter doctor를 이용하면 굉장히 간단하게 해결할 수 있다.
flutter doctor --android-licenses
terminal에서 위 코드를 통해 flutter doctor를 이용하면 쉽게 라이센스 동의를 할 수 있다.
y를 통해 라이센스 조항에 모두 동의해주면, 정상적으로 bulid가 가능하다.
'개발하다 > 개발 이야기' 카테고리의 다른 글
AWS S3 버킷과 Route53 연동시 라우팅 대상에 S3 버킷이 뜨지 않을 때 해결 방법 (S3 버킷 리소스를 찾을 수 없습니다) (2) | 2020.08.09 |
---|---|
두 번째 IT도서 베타테스터 후기, 길벗의 모두의 인공지능 기초 수학 베타리더. (0) | 2020.08.07 |
휴대용 코딩 키보드의 최강자 - 해피해킹 프로페셔널 블루투스 리뷰 (PD-KB600 BT) (30) | 2020.07.25 |
Microsoft Future Now Conference 2018 in Seoul 참석 후기 (0) | 2018.11.08 |
AWS Dev Day 2018 Developer Conference in Seoul 참석 후기 (0) | 2018.11.08 |