when i tried Integrating Unity with Eclipse .. there is error appears that Conversion to Dalvik format failed with error 1 .. i don`t know what`s the problem !! please help
I know I've seen this before but can't recall the cause... Start by cleaning your project (Project > Clean) and fixing the project properties (right-click in Package Explorer, choose Android Tools > Fix Project Properties). Delete the gen folder to force it to be recreated.
If that doesn't work, go through the steps again carefully. Make sure the StagingArea project is set up as a Library project. Make sure the .jar files aren't included twice. Look for errors after each step.
I know I've seen this before but can't recall the cause... Start by cleaning your project (Project > Clean) and fixing the project properties (right-click in Package Explorer, choose Android Tools > Fix Project Properties). Delete the gen folder to force it to be recreated.
If that doesn't work, go through the steps again carefully. Make sure the StagingArea project is set up as a Library project. Make sure the .jar files aren't included twice. Look for errors after each step.
- Kim