I used the import export in Eclipse to copy my android project to another workspace. All the files show up with the same folder structure. Now when I try to run it, I get a
Conversion to Dalvik format failed with error one.
I tried to clean it, but got the same response.
I used the import export in Eclipse to copy my android project to another
Share
I would recommend importing projects into another workspace by creating a new Android Project (in the new workspace) and then checking “Create project from existing source”
I have found the Eclipse Import functionality to be very unreliable with android projects.