AndroidX中Glide包冲突问题(1)

> 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.INotificationSideChannelStub 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 S t u b Stub StubProxy 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.os.IResultReceiver 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.os.IResultReceiverStub 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.os.IResultReceiver S t u b Stub StubProxy 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.os.ResultReceiver 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.os.ResultReceiver1 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.os.ResultReceiverMyResultReceiver 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.os.ResultReceiver$MyRunnable found in modules core-1.3.0-runtime (androidx.core:core:1.3.0) and supp

ort-compat-27.1.1-runtime (com.android.support:support-compat:27.1.1)
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

根据日志看是引用冲突问题,用了排除依赖的方法依然不行。

进入Glide的Github地址:
https://codechina.csdn.net/mirrors/bumptech/glide?utm_source=csdn_github_accelerator

相关推荐
jiet_h5 天前
深入解析 androidx.databinding.BaseObservable
androidx
jiet_h6 天前
深入理解 “androidx.databinding.DataBindingUtil“ 细节和使用
android·kotlin·androidx
jiet_h6 天前
深入解析 androidx.databinding.Bindable 注解
android·kotlin·androidx
Sca_杰7 天前
vue使用glide.js实现轮播图(可直接复制使用)
javascript·vue.js·glide
zhangphil14 天前
Android Glide, first start based on loadThumbnail, Kotlin(二)
android·kotlin·glide
大模型与计算机视觉15 天前
扩散模型 GLIDE:35 亿参数的情况下优于 120 亿参数的 DALL-E 模型
人工智能·深度学习·大模型·glide·多模态·扩散模型·多模态大模型
zhangphil15 天前
Android Glide, first start based on loadThumbnail, Kotlin(一)
android·kotlin·glide
小菜翔16 天前
在Android中管理内存
androidx
小菜源18 天前
Android中如何知道我使用的是 AndroidX 库还是 Support Library
android·androidx