Android+Eclipse project sharing via SVN?

后端 未结 1 752
难免孤独
难免孤独 2020-12-17 01:03

I am very new to Eclipse (Galileo, Eclipse IDE for Java Developers) and working on my first Android app, but have used SVN on many other kinds of projects and development. L

相关标签:
1条回答
  • 2020-12-17 01:24

    You should be able to do it like you tried. Make sure you have the Android Development Tools (android eclipse plugin) installed along with the android SDK and make sure you set up ADT before you open the project.

    Not checking in the bin directory makes sense to me, but I do check in the gen folder and don't have any problems.

    Here is what I do to open a project from SVN if the source is already on the machine:

    1. Open eclipse
    2. Click on File->Import
    3. Select General->Existing Projects into Workspace

    Or you can also do this:

    1. Open Eclipse
    2. File -> Import
    3. Select SVN -> Checkout Projects from SVN
    4. Follow the steps to get from SVN
    0 讨论(0)
提交回复
热议问题