Last Updated: February 25, 2016
·
858
· drdrej

ADT - Error: Conversion to Dalvik failed

Sometimes you got an error in Eclipse/ADT when you try to deploy/build/publish your Android-APP to *.apk file.

Picture

Error:

Conversion to Dalvik foramt failed with error 1

i've got this error in eclipse 4.x with ADT when i have some android-libs projects in my workspace.

To fix this error: (workaround)

  1. you need to remove all precompiled jars in directories /bin/dexedLibs/.
  2. restart eclipse.

try it again - should work!