Android Eclipse Import Existing Code

前端 未结 7 1851
抹茶落季
抹茶落季 2020-12-29 19:21

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

7条回答
  •  感情败类
    2020-12-29 20:02

    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..

    Thats it.Cheerzz..

提交回复
热议问题