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
I had this problem when I needed to build an apk file as a one-off from an svn tag. I managed it by creating a new workspace and switching to it. After that New->Project->Android->Android Application From Existing Code worked as you would hope.