AndServer icon indicating copy to clipboard operation
AndServer copied to clipboard

将改项目加入到自己项目中 报红

Open cxd1314 opened this issue 4 years ago • 1 comments

Duplicate class android.support.v4.os.IResultReceiver$Stub$Proxy found in modules core-1.0.0-runtime.jar (androidx.core:core:1.0.0) and support-compat-28.0.0-runtime.jar (com.android.support:support-compat:28.0.0) Duplicate class android.support.v4.os.ResultReceiver found in modules core-1.0.0-runtime.jar (androidx.core:core:1.0.0) and support-compat-28.0.0-runtime.jar (com.android.support:support-compat:28.0.0) Duplicate class android.support.v4.os.ResultReceiver$1 found in modules core-1.0.0-runtime.jar (androidx.core:core:1.0.0) and support-compat-28.0.0-runtime.jar (com.android.support:support-compat:28.0.0) Duplicate class android.support.v4.os.ResultReceiver$MyResultReceiver found in modules core-1.0.0-runtime.jar (androidx.core:core:1.0.0) and support-compat-28.0.0-runtime.jar (com.android.support:support-compat:28.0.0) Duplicate class android.support.v4.os.ResultReceiver$MyRunnable found in modules core-1.0.0-runtime.jar (androidx.core:core:1.0.0) and support-compat-28.0.0-runtime.jar (com.android.support:support-compat:28.0.0) Duplicate class androidx.core.graphics.drawable.IconCompatParcelizer found in modules core-1.0.0-runtime.jar (androidx.core:core:1.0.0) and support-compat-28.0.0-runtime.jar (com.android.support:support-compat:28.0.0) Duplicate class androidx.core.internal.package-info found in modules core-1.0.0-runtime.jar (androidx.core:core:1.0.0) and support-compat-28.0.0-runtime.jar (com.android.support:support-compat:28.0.0) Duplicate class androidx.versionedparcelable.CustomVersionedParcelable found in modules versionedparcelable-1.0.0-runtime.jar (androidx.versionedparcelable:versionedparcelable:1.0.0) and versionedparcelable-28.0.0-runtime.jar (com.android.support:versionedparcelable:28.0.0) Duplicate class androidx.versionedparcelable.NonParcelField found in modules versionedparcelable-1.0.0-runtime.jar (androidx.versionedparcelable:versionedparcelable:1.0.0) and versionedparcelable-28.0.0-runtime.jar (com.android.support:versionedparcelable:28.0.0) Duplicate class androidx.versionedparcelable.ParcelField found in modules versionedparcelable-1.0.0-runtime.jar (androidx.versionedparcelable:versionedparcelable:1.0.0) and versionedparcelable-28.0.0-runtime.jar (com.android.support:versionedparcelable:28.0.0) Duplicate class androidx.versionedparcelable.ParcelImpl found in modules versionedparcelable-1.0.0-runtime.jar (androidx.versionedparcelable:versionedparcelable:1.0.0) and versionedparcelable-28.0.0-runtime.jar (com.android.support:versionedparcelable:28.0.0) Duplicate class androidx.versionedparcelable.ParcelImpl$1 found in modules versionedparcelable-1.0.0-runtime.jar (androidx

其中一部分报这样的错,怎么改呢?

cxd1314 avatar Dec 16 '20 06:12 cxd1314

项目更目录的gradle.properties中添加android.enableJetifier=true试试呢

andyxm avatar Jan 19 '21 09:01 andyxm