+
80
-

uniapp使用云原生插件打包报错Execution failed for task ‘:app:checkDebugDuplicateClasses‘.

uni

uniapp使用云原生插件打包报错Execution failed for task ‘:app:checkDebugDuplicateClasses‘.

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':app:checkReleaseDuplicateClasses'.
> A failure occurred while executing com.android.build.gradle.internal.tasks.CheckDuplicatesRunnable
> Duplicate class com.tencent.liteav.TXLiteAVCode found in modules jetified-LiteAVSDK_TRTC-10.3.0.11225-runtime (com.tencent.liteav:LiteAVSDK_TRTC:10.3.0.11225) and jetified-weex_livepusher-release-runtime (weex_livepusher-release.aar)
Duplicate class com.tencent.liteav.a.a found in modules jetified-LiteAVSDK_TRTC-10.3.0.11225-runtime (com.tencent.liteav:LiteAVSDK_TRTC:10.3.0.11225) and jetified-weex_livepusher-release-runtime (weex_livepusher-release.aar)
Duplicate class com.tencent.liteav.basic.log.TXCLog found in modules jetified-LiteAVSDK_TRTC-10.3.0.11225-runtime (com.tencent.liteav:LiteAVSDK_TRTC:10.3.0.11225) and jetified-weex_livepusher-release-runtime (weex_livepusher-release.aar)
Duplicate class com.tencent.liteav.beauty.NativeLoad found in modules jetified-LiteAVSDK_TRTC-10.3.0.11225-runtime (com.tencent.liteav:LiteAVSDK_TRTC:10.3.0.11225) and jetified-weex_livepusher-release-runtime (weex_livepusher-release.aar)
Duplicate class com.tencent.liteav.beauty.a found in modules jetified-LiteAVSDK_TRTC-10.3.0.11225-runtime (com.tencent.liteav:LiteAVSDK_TRTC:10.3.0.11225) and jetified-weex_livepusher-release-runtime (weex_livepusher-release.aar)
Duplicate class com.tencent.liteav.beauty.b.a found in modules jetified-LiteAVSDK_TRTC-10.3.0.11225-runtime (com.tencent.liteav:LiteAVSDK_TRTC:10.3.0.11225) and jetified-weex_livepusher-release-runtime (weex_livepusher-release.aar)
Duplicate class com.tencent.liteav.beauty.b.a.a found in modules jetified-LiteAVSDK_TRTC-10.3.0.11225-runtime (com.tencent.liteav:LiteAVSDK_TRTC:10.3.0.11225) and jetified-weex_livepusher-release-runtime (weex_livepusher-release.aar)
Duplicate class com.tencent.liteav.beauty.b.a.b found in modules jetified-LiteAVSDK_TRTC-10.3.0.11225-runtime (com.tencent.liteav:LiteAVSDK_TRTC:10.3.0.11225) and jetified-weex_livepusher-release-runtime (weex_livepusher-release.aar)

800_auto

网友回复

+
0
-

云原生插件不能与app模块配置重复,比如你这个原生插件就是使用了livepusher,而你又勾选了,就冲突了,取消livepusher。

800_auto

我知道答案,我要回答