如何将svn上checkout下来的android 程序由java project转成android project in Eclipse Anny

1. Check out from svn in your workspace

2. Delete your .project file

3. New an Android project and the project name should be the same as original name

4. Select 'Create project from existing source' 

5. Specify the location where your source is located

6. Click Next(choose a build target: e.x Android 2.2)

7. Click Finish

原文地址:https://www.cnblogs.com/limei/p/2263617.html