第三方依赖  最近遇到的问题   

':app:transformDexArchiveWithExternalLibsDexMergerForDebug' — Unable to merge dex

问题解决方案   如下:

找到你的工程里添加依赖的  build.gradle   文件   将下图中的  字段  进行替换':app:transformDexArchiveWithExternalLibsDexMergerForDebug' — Unable to merge dex


替换为  如下图的  方式  

':app:transformDexArchiveWithExternalLibsDexMergerForDebug' — Unable to merge dex


同时  在   defaultConfig  中  添加  下图中的  文字      最后   clean Project      Rebuild Project

':app:transformDexArchiveWithExternalLibsDexMergerForDebug' — 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
猜你喜欢
  • 2021-06-07
  • 2022-01-04
  • 2021-11-07
  • 2021-04-01
  • 2021-04-06
  • 2022-12-23
  • 2021-10-15
相关资源
相似解决方案