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 |
Tags
- swift 문자
- 앱 꺼졌을 때 푸시 데이터 저장
- Flutter UIKitView MethodChannel
- 안드로이드 에러
- 앱 백그라운드 푸시 데이터 저장
- 스위프트 푸시
- 스위프트 테이블 뷰 셀
- 노티피케이션 익스텐션
- 푸시 데이터 저장
- silent push
- flutter rotate
- 스위프트
- 플러터 뷰 컨트롤러
- FlutterView MethodChannel
- 안드로이드 FCM
- 안드로이드 바로가기
- 스위프트 UserDefaults
- 안드로이드 앨범
- Flutter NativeView
- 스위프트 웹뷰
- flutter 회전
- 안드로이드 숏컷
- NotificationService Extension
- swift sms
- swift autolayout
- native flutter view
- Swift flutterviewcontroller
- 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'
이렇게 수정하면 끝!