有什么问题?为什么我有这个问题?
Unable to execute dex: Multiple dex files define Lcom/nineoldandroids/animation/Animator$AnimatorListener;和
Unable to execute dex: Multiple dex files define Lcom/nineoldandroids/animation/Animator$AnimatorListener;发布于 2014-08-23 08:32:48
您是否在使用android库(另一个库项目),它的.jar库名与项目中的另一个.jar相同,但具有不同的sha1 (或不同的大小)?
如果是这样的话,试着只使用一个复制的库,然后清理和重建。
也请检查这个问题,这可能对Unable to execute dex: Multiple dex files define Lcom/myapp/R$array;有帮助。
https://stackoverflow.com/questions/25459950
复制相似问题