DexArchiveWithExternalLibsDexMergerForDebug”。 > java.lang.RuntimeException:com.android.builder.dexing.DexArchiveMergerException:无法合并dex

时间:2018-04-10 07:28:32

标签: java android

我已经从build.app中插入了clean和rebuild。我不知道如何解决这个问题,这是我的代码。

我插入的代码

TcpClient

Build.app

multiDexEnabled true
compile 'com.sun.mail:javax.mail:1.6.1'
implementation 'com.android.support:multidex:1.0.2'
implementation 'com.google.android.gms:play-services:11.4.0'

当它运行时,这是我的消息的结果。

  

错误:任务执行失败   :应用:transformDexArchiveWithExternalLibsDexMergerForDebug。   com.android.builder.dexing.DexArchiveMergerException:无法合并   DEX

0 个答案:

没有答案
相关问题