Unable to merge dex

今天在添加’com.android.support:design:26.1.0’依赖后,打包安装突然报错了,显示日志为
Error:Execution failed for task ‘:app:transformDexArchiveWithExternalLibsDexMergerForDebug’.
com.android.builder.dexing.DexArchiveMergerException: Unable to merge dex

Unable to merge dex

查找半天后找出原因,原来是和最新的Glide依赖发生冲突,重新依赖3.7.0版的后恢复正常。
Unable to merge dex

Unable to merge dex
特记于此,希望以后遇到后可以不再浪费过多时间。

相关文章:

  • 2021-10-28
  • 2022-12-23
  • 2021-10-16
  • 2022-03-02
  • 2021-05-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-10
  • 2022-01-04
  • 2021-11-07
  • 2021-04-01
  • 2021-04-06
  • 2022-12-23
  • 2021-10-15
相关资源
相似解决方案