Using eclipse IDE, I have 2 different libraries added to my project, but now the problem is that:
library A uses nineoldandroids-library-2.4.0.jar
library B uses nineoldandroids-library-2.4.0.jar
and when I run my project I get the following error:
Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lcom/nineoldandroids/animation/Animator$AnimatorListener
How is it possible to fix this error??