问题:

1 [2016-01-06 16:47:58 - Dex Loader] Unable to execute dex: Multiple dex files define Landroid/support/annotation/AnimRes;
2 [2016-01-06 16:47:58 - 52xx] Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Landroid/support/annotation/AnimRes;

解决办法:

真正错误在于 jar重复了,才会出现那样的错误。
删除工程中重复引用的类后,把libs的jar包删掉就可以了

相关文章:

  • 2021-12-20
  • 2022-12-23
  • 2022-02-21
  • 2021-05-25
  • 2022-12-23
  • 2021-10-13
  • 2021-09-09
  • 2021-10-30
猜你喜欢
  • 2021-04-07
  • 2022-01-04
  • 2021-10-28
相关资源
相似解决方案