Eclipse thinks there are problems with my Android project...
        Posted  
        
            by Dan Watling
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Dan Watling
        
        
        
        Published on 2010-03-26T16:01:43Z
        Indexed on 
            2010/03/26
            16:03 UTC
        
        
        Read the original article
        Hit count: 617
        
I have an Android project and Eclipse is telling me my project has an error with its build path. Specifically, the problem view shows "The project cannot be built until build path errors are resolved". The entire project builds just fine, meaning there are no red X's on any of the files. I can build the project outside of Eclipse, deploy it to the device, and it runs just fine, so I know there isn't a problem with my source code or layouts. The strange thing is when I remove the 'src' folder from the build path in Eclipse, clean and build the project, then re-add the 'src' folder to the build path and build the project it works again. However, within a few changes it gives me the same problem.
Has anyone else encountered this before? Does anyone know of a solution? It's driving me mad!
Thanks,
-Dan
© Stack Overflow or respective owner