3

Whats worng ?why i have this problems?

Unable to execute dex: Multiple dex files define Lcom/nineoldandroids/animation/Animator$AnimatorListener;

and

Unable to execute dex: Multiple dex files define Lcom/nineoldandroids/animation/Animator$AnimatorListener;
alireza amini
  • 1,712
  • 1
  • 18
  • 33

1 Answers1

4

Are you using android library (another library project) that has the a .jar library named the same as another .jar in your project but with different sha1 (or different sizes) ?

if so try to use only 1 of the duplicated library and then clean and rebuild.

also check this question it may be helpful Unable to execute dex: Multiple dex files define Lcom/myapp/R$array;

Community
  • 1
  • 1
Mohamed Farouk
  • 183
  • 2
  • 4