I have just created small android project in Eclipse, which files I should add to version control?
问题 I have no idea, which files should be versioned for a new android project created in eclipse. Could anyone tell me, what I should add?? 回答1: Pretty much everything you need to build your project, including: .project and .classpath (yes, you should definitively add them, provided the .classpath doesn't include any absolute path: any other Eclipse users who would access your versioned project will thank you for that) .settings content (for project Eclipse specific settings) other build-related