Android Development - Conversion to Dalvik format failed with error 1
        Posted  
        
            by 
                KP65
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by KP65
        
        
        
        Published on 2011-01-08T16:48:07Z
        Indexed on 
            2011/01/08
            16:53 UTC
        
        
        Read the original article
        Hit count: 317
        
android
So I'm dipping my toes into this area for the first time - i followed instructions to install the android SDK and eclipse plug in. I created a blank new android project and I get the following build errors:
[2011-01-08 16:34:55 - xxx]: Dxno classfiles specified
[2011-01-08 16:34:55 - xxx] Conversion to Dalvik format failed with error 1
I've googled the problem and tried to clean and rebuild, or hitting F5 on the project in the explorer but the issue remains. I've verified the build paths and the libraries to make sure only Android 2.3 is there but still get this issue.
I have also tried to load a sample project and I get the same error.
Any ideas?
© Stack Overflow or respective owner