I am trying to organize my code for SVN so I can work from multiple locations without issue and potentially add more developers. The problem is that I can\'t get the code in
Just delete the ".project" file in your project folder (it's hidden on Linux, use "ls -a" to show), then from Eclipse, choose Create Android Project from existing source.
It worked for me..