gpt4 book ai didi

java - 如何解决 'Program type already present: com.google.common.util.concurrent.ListenableFuture' ?

转载 作者:IT老高 更新时间:2023-10-28 20:43:18 29 4
gpt4 key购买 nike

我正在尝试使用 WorkManager 1.0.0-alpha09。并收到此错误:

Program type already present: 
com.google.common.util.concurrent.ListenableFuture

Message{kind=ERROR, text=Program type already present:
com.google.common.util.concurrent.ListenableFuture, sources=[Unknown source
file], tool name=Optional.of(D8)}

如果我使用 1.0.0-alpha08 或更低版本。我没有收到此错误,但我需要公共(public)构造函数

public Worker(Context context, WorkerParameters workerParams)

最佳答案

就我而言,我必须将以下配置添加到应用程序的模块 build.gradle:

configurations {
all*.exclude group: 'com.google.guava', module: 'listenablefuture'
}

这是因为某些依赖项同时使用了 com.google.guava:guavacom.google.guava:listenablefuture。它会导致依赖冲突。

关于java - 如何解决 'Program type already present: com.google.common.util.concurrent.ListenableFuture' ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52521302/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com