8
Дублікат класу com.google.common.util.concurrent.ListenableFuture знайдено в модулях guava-20.0.jar (com.google.guava: guava: 20.0)
Коли я використовую implementation 'com.google.firebase:firebase-inappmessaging-display:17.2.0'в своєму app/build.gradle, я отримую цю помилку: Duplicate class com.google.common.util.concurrent.ListenableFuture found in modules guava-20.0.jar (com.google.guava:guava:20.0) and 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.android.gms:play-services-base:16.1.0' implementation 'com.google.android.gms:play-services-analytics:16.0.8' implementation 'com.google.android.gms:play-services-awareness:16.0.0' implementation …