当前位置:网站首页>Duplicate class com.google.common.util.concurrent.ListenableFuture found in modules
Duplicate class com.google.common.util.concurrent.ListenableFuture found in modules
2022-08-09 01:59:00 【锐湃】
Duplicate class com.google.common.util.concurrent.ListenableFuture found in modules jetified-guava-19.0-rc2 (guava-19.0-rc2.jar) and jetified-listenablefuture-1.0 (com.google.guava:listenablefuture:1.0)
本地lib中有一个guava库,但是在编译的时候gradle又自动引入了一个,但是没有发现在哪里引入的,于是就删除lib中的guava包,回到java文件中,引用库时却又找不到guava的路径,心中是万马奔腾,什么玩意。
解决方法:
1.删除lib中的guava
2.在gradle文件中,主动引用:
implementation 'com.google.guava:guava:27.0.1-android'
————————————————
版权声明:本文为CSDN博主「波泼墨佛得特勒」的原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/u011050129/article/details/123282983
边栏推荐
- 最新豆瓣top250爬虫案例代码分析[注释齐全]
- TCP/IP协议栈
- 软件测试的调用接口怎么调用,逻辑是什么?
- class path resource [bean.xml] cannot be opened because it does not 错误解决方案
- 【图像增强】基于Step和Polynomial 滤波实现图像增强附matlab代码
- The Best Open Source Web Application Firewall to Protect Your Web Applications
- 力扣刷题记录10.1-----19. 删除链表的倒数第 N 个结点
- Proe/Creo智能硬件产品结构设计要点「干货分享」
- 力扣刷题记录1.5-----367. 有效的完全平方数
- 多语种翻译-免费多语种翻译软件
猜你喜欢
虹科技术|如何阻止供应链攻击?
力扣刷题记录1.5-----367. 有效的完全平方数
LeetCode每日两题02:轮转数组 (均1200道)
Introduction to LVGL (based on v8.1-8.2)
JDBC technology (3) - use Druid database connection pool test
考研人总结的时间管理7大忌,你中了几条?
Data recovery software EasyRecovery supports recovery of all types of files
【图像去噪】基于边缘增强扩散 (cEED) 和 Coherence Enhancing Diffusion (cCED) 滤波器实现图像去噪附matlab代码
2022杭电多校第五场1007(生成函数+启发式合并+ntt)
JDBC technology (1) - a simple JDBC test
随机推荐
KQL和Lucene的区别
【图像去噪】基于边缘增强扩散 (cEED) 和 Coherence Enhancing Diffusion (cCED) 滤波器实现图像去噪附matlab代码
[C language brush questions] Application of fast and slow pointers in linked lists
Group DETR:分组一对多匹配是加速DETR收敛的关键
New Swagger3.0 tutorial, OAS3 quick configuration guide, to automate API interface documentation!
Go-11 - Process Control
JDBC technology (2) - set up common sql and configuration files
显著性检验--学习笔记
《LC刷题总结》—— 二叉树
论文笔记:SAITS: SELF-ATTENTION-BASED IMPUTATION FOR TIMESERIES
eladmin容器部署超详细过程
Observer pattern
spdlog日志库的封装使用
VOIP使用单端口替换动态端口池进行UDP通信
webrtc 编译
Wireshark packet capture tool
JDBC技术(二)——设置通用的sql和配置文件
makefile file compilation
如何在群晖系统中安装cpolar(群晖6.X版)
JDBC technology (1) - a simple JDBC test