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
- 알고리즘
- Behavior
- 알림
- onMeasure
- notification
- Navigation
- LiveData
- View
- hilt
- HTTP
- 코틀린
- sqlite
- Android
- CustomView
- DataBinding
- CoordinatorLayout
- lifecycle
- onLayout
- CollapsingToolbarLayout
- BOJ
- Algorithm
- kotlin
- Coroutine
- activity
- 안드로이드
- recyclerview
- 백준
- AppBarLayout
- ViewModel
- room
Archives
- Today
- Total
개발일지
삽질 - More than one file was found with OS independent path 본문
Android에서 jar파일을 추가하거나 dependency를 추가할 때 이런 오류가 종종 발생한다.
Gradle에서 패키징 옵션을 수정하자.
android {
packagingOptions {
exclude 'META-INF/DEPENDENCIES'
}
}
'삽질' 카테고리의 다른 글
삽질 - BottomSheetDialog 끝까지 보이게 하기 (0) | 2021.09.14 |
---|---|
삽질 - Android font 여백 지우기 (0) | 2021.05.08 |
삽질 - TextInputLayout AutoCompleteTextView setSelection (0) | 2021.03.10 |
삽질 - 주석 안될 때 (Ctrl + /) / 단축키 안될 때 (0) | 2021.03.02 |
삽질 - Android Dialog match_parent (1) | 2021.02.08 |
Comments