Duplicate class com.google.common.util.concurrent.ListenableFuture found in modules jetified-guava-20.0.jar (com.google.guava:guava:20.0) and jetified-listenablefuture-1.0.jar (com.google.guava:listenablefuture:1.0)
Go to the documentation to learn how to Fix dependency resolution errors.
위 오류 발생 시
app > build.gradle 에 추가.
implementation 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava'
'Android' 카테고리의 다른 글
안드로이드 textview 말줄임 (0) | 2020.12.06 |
---|---|
애드몹 테스트 광고 ID (0) | 2020.08.18 |
안드로이드 - 스토어 패키지명 (1) | 2020.08.03 |
The "chunk" argument must be of type string or an instance of Buffer. (0) | 2020.07.10 |
com.google.android.gms.common.api.ApiException: 10: (0) | 2020.05.25 |
안드로이드 수동 설치 adb install (0) | 2020.02.10 |
Lint found fatal errors while assembling (0) | 2020.02.10 |
android adb.exe 위치 (0) | 2020.02.10 |