当前位置: 代码迷 >> 综合 >> Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'. java.
  详细解决方案

Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'. java.

热度:30   发布时间:2023-10-19 07:36:29.0

如下这个错误,最终还没有找到解决方法,但是以防以后再次遇到,说不定这种方法可行:

Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
> java.lang.RuntimeException: java.lang.RuntimeException: com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex

可以看下grdle相关点击打开链接

解决方式:将其中的一个采用compileOnly替换implementation。顾名思义,compileOnly只在编译时起作用,不会包含到APK里面,在运行时也就避免找到重复的类了

但是我的没有得到相应的解决办法,,,,

  相关解决方案