0

I am getting error

Multiple dex files define Lorg/apache/harmony/awt/internal/nls/Messages; I am using addition.jar and droidText2.0.jar file for mail and pdf

1 Answers1

0

It's may be because of same class definition in multiple jar files. It can be resolved by removing one jar file from my lib folder. For more details you can refer this link also.

Community
  • 1
  • 1
cool Boy
  • 326
  • 1
  • 2
  • 9
  • try deleting the android-support-v4.jar from your build path and lib folder if its present in your project – cool Boy May 07 '14 at 09:48