-1

Hi iam trying to run my app but it will not executed it will display error like "conversion to dalvik format failed with error 1 android" please help me how can i get back from this issue.

Thanks in advance.

2 Answers2

0

I had also this error, it is related to adding same jar files twice in build path. Please check your build path in project properties. You may find same library linked twice from two different locations.

Piyush
  • 18,895
  • 5
  • 32
  • 63
Yuvi
  • 1,344
  • 4
  • 24
  • 46
0

Are you sure that libraries that you included in your app can be executed in Android?

Alessandro Verona
  • 1,157
  • 9
  • 23