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;

1 Answer 1

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;

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.