Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- FlutterView MethodChannel
- flutter 회전
- 앱 백그라운드 푸시 데이터 저장
- Flutter NativeView
- swift 문자
- 노티피케이션 익스텐션
- 안드로이드 앨범
- flutter rotate
- swift autolayout
- 안드로이드 바로가기
- 스위프트 UserDefaults
- 스위프트 카메라
- 안드로이드 숏컷
- 스위프트
- Flutter UIKitView MethodChannel
- 안드로이드 에러
- silent push
- 스위프트 테이블 뷰 셀
- 앱 꺼졌을 때 푸시 데이터 저장
- 푸시 데이터 저장
- 스위프트 앨범
- 플러터 뷰 컨트롤러
- NotificationService Extension
- 스위프트 푸시
- native flutter view
- 안드로이드 FCM
- Swift flutterviewcontroller
- swift sms
- 스위프트 웹뷰
- Swift flutterview
Archives
- Today
- Total
Things take time
안드로이드 스튜디오 commons-io:2.4 관련 컴파일 에러 (File 'root/lib/commons-io-2.4.jar' uses reserved file or directory name 'lib'.) 본문
Android(Error)
안드로이드 스튜디오 commons-io:2.4 관련 컴파일 에러 (File 'root/lib/commons-io-2.4.jar' uses reserved file or directory name 'lib'.)
겸손할 겸 2019. 2. 15. 17:16[개요]
안드로이드 스튜디오를 사용하다 APK파일을 만드는데 에러가 발생했다.
commons-io:2.4 관련 디렉토리르 찾는데 nib 관련 에러가 발생했는데 수정사항은 다음과 같다. (그래들 파일)
implementation 'org.apache.directory.studio:org.apache.commons.io:2.4'
기존에 있던 이 부분을
implementation 'commons-io:commons-io:2.4'
이렇게 수정하면 끝!