【发布时间】:2025-12-26 14:45:07
【问题描述】:
Duplicate class android.support.v4.app.INotificationSideChannel found in modules core-1.5.0-runtime (androidx.core:core:1.5.0) and support-v4-23.4.0-runtime (com.android.support:support-v4:23.4.0)
Duplicate class android.support.v4.app.INotificationSideChannel$Stub found in modules core-1.5.0-runtime (androidx.core:core:1.5.0) and support-v4-23.4.0-runtime (com.android.support:support-v4:23.4.0)
Duplicate class android.support.v4.app.INotificationSideChannel$Stub$Proxy found in modules core-1.5.0-runtime (androidx.core:core:1.5.0) and support-v4-23.4.0-runtime (com.android.support:support-v4:23.4.0)
Duplicate class android.support.v4.os.IResultReceiver found in modules core-1.5.0-runtime (androidx.core:core:1.5.0) and support-v4-23.4.0-runtime (com.android.support:support-v4:23.4.0)
Duplicate class android.support.v4.os.IResultReceiver$Stub found in modules core-1.5.0-runtime (androidx.core:core:1.5.0) and support-v4-23.4.0-runtime (com.android.support:support-v4:23.4.0)
Duplicate class android.support.v4.os.IResultReceiver$Stub$Proxy found in modules core-1.5.0-runtime (androidx.core:core:1.5.0) and support-v4-23.4.0-runtime (com.android.support:support-v4:23.4.0)
Duplicate class android.support.v4.os.ResultReceiver found in modules core-1.5.0-runtime (androidx.core:core:1.5.0) and support-v4-23.4.0-runtime (com.android.support:support-v4:23.4.0)
Duplicate class android.support.v4.os.ResultReceiver$1 found in modules core-1.5.0-runtime (androidx.core:core:1.5.0) and support-v4-23.4.0-runtime (com.android.support:support-v4:23.4.0)
Duplicate class android.support.v4.os.ResultReceiver$MyResultReceiver found in modules core-1.5.0-runtime (androidx.core:core:1.5.0) and support-v4-23.4.0-runtime (com.android.support:support-v4:23.4.0)
Duplicate class android.support.v4.os.ResultReceiver$MyRunnable found in modules core-1.5.0-runtime (androidx.core:core:1.5.0) and support-v4-23.4.0-runtime (com.android.support:support-v4:23.4.0)
Go to the documentation to learn how to Fix dependency resolution errors.**strong text**
在构建中遇到此错误将运行应用程序
通过添加此依赖项....
implementation 'com.thebluealliance:spectrum:0.7.1'
implementation 'com.karumi:dexter:6.2.3'
implementation 'com.github.QuadFlask:colorpicker:0.0.15'
【问题讨论】:
标签: java android android-studio android-layout error-handling