AndroidX中Glide包冲突问题

在新建的测试项目中,使用Glide时遇到类重复错误,导致任务执行失败。错误涉及android.support.v4包中的多个类在androidx.core:core:1.3.0和com.android.support:support-compat:27.1.1中重复。尝试使用排除依赖方法未成功。通过查看Glide的GitHub页面发现最新版本为4.12.0,更新Glide到该版本解决了冲突问题。
摘要由CSDN通过智能技术生成

新建了一个测试项目,准备使用Glide测试一些东西,但是却报错。

Execution failed for task ':app:checkDebugDuplicateClasses'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable
   > Duplicate class android.support.v4.app.INotificationSideChannel found in modules core-1.3.0-runtime (androidx.core:core:1.3.0) and support-compat-27.1.1-runtime (com.android.support:support-compat:27.1.1)
     Duplicate class android.support.v4.app.INotificationSideChannel$Stub found in modules core-1.3.0-runtime (androidx.core:core:1.3.0) and support-compat-27.1.1-runtime (com.android.support:support-compat:27.1.1)
     Duplicate class android.support.v4.app.INotificationSideChannel$Stub$Proxy found in modules core-1.3.0-runtime (androidx.core:core:1.3.0) and support-compat-27.1.1-r

  • 3
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值