A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable

Android studio 启动时报错:A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable

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.8.0-runtime (androidx.core:core:1.8.0) and support-compat-25.3.0-runtime (com.android.support:support-compat:25.3.0)
     Duplicate class android.support.v4.app.INotificationSideChannel$Stub found in modules core-1.8.0-runtime (androidx.core:core:1.8.0) and support-compat-25.3.0-runtime (com.android.support:support-compat:25.3.0)
     Duplicate class android.support.v4.app.INotificationSideChannel$Stub$Proxy found in modules core-1.8.0-runtime (androidx.core:core:1.8.0) and support-compat-25.3.0-runtime (com.android.support:support-compat:25.3.0)
     Duplicate class android.support.v4.os.IResultReceiver found in modules core-1.8.0-runtime (androidx.core:core:1.8.0) and support-compat-25.3.0-runtime (com.android.support:support-compat:25.3.0)
     Duplicate class android.support.v4.os.IResultReceiver$Stub found in modules core-1.8.0-runtime (androidx.core:core:1.8.0) and support-compat-25.3.0-runtime (com.android.support:support-compat:25.3.0)
     Duplicate class android.support.v4.os.IResultReceiver$Stub$Proxy found in modules core-1.8.0-runtime (androidx.core:core:1.8.0) and support-compat-25.3.0-runtime (com.android.support:support-compat:25.3.0)
     Duplicate class android.support.v4.os.ResultReceiver found in modules core-1.8.0-runtime (androidx.core:core:1.8.0) and support-compat-25.3.0-runtime (com.android.support:support-compat:25.3.0)
     Duplicate class android.support.v4.os.ResultReceiver$1 found in modules core-1.8.0-runtime (androidx.core:core:1.8.0) and support-compat-25.3.0-runtime (com.android.support:support-compat:25.3.0)
     Duplicate class android.support.v4.os.ResultReceiver$MyResultReceiver found in modules core-1.8.0-runtime (androidx.core:core:1.8.0) and support-compat-25.3.0-runtime (com.android.support:support-compat:25.3.0)
     Duplicate class android.support.v4.os.ResultReceiver$MyRunnable found in modules core-1.8.0-runtime (androidx.core:core:1.8.0) and support-compat-25.3.0-runtime (com.android.support:support-compat:25.3.0)

* Try:
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.

在这里插入图片描述
解决方法:在 gradle.properties 文件中添加 android.enableJetifier = true
在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/qq_37131111/article/details/132274005
今日推荐