Reputation: 541
I have an interesting problem. I pull down an android project from cvs, which works fine. Once Eclipse builds the project, my .java files are removed. XML files, pngs, everything else is fine. I seem to be left with just the package tree, but no source files. Any thoughts?
Upvotes: 1
Views: 186
Reputation: 93133
Check that the src folder path is correct.
Upvotes: 1