Android Eclipse Import Existing Code

前端 未结 7 1875
抹茶落季
抹茶落季 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 19:52

    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.

提交回复
热议问题