Wednesday, July 08, 2009

Re: conversion to dalvik format failed with error 1

Using Eclipse for Android programming I came across the following error

Re: conversion to dalvik format failed with error 1

This came up because I had upgraded the Eclipse ADT from 0.8.0 to 0.9.2, and eclipse is still using the cached 0.8.0 ADT. A simply way to clear this is to start eclipse fresh with the -clean option. Or better yet, uninstall everything and install the ADT again.

Hope this helps.