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??
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Pretty much everything you need to build your project, including:
.projectand.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).settingscontent (for project Eclipse specific settings)pom.xml, if you have one)Nothing that is generated (like the directory ‘
gen‘, or ‘bin‘) should be added to source controlWorkspace Eclipse metadata shouldn’t be versioned either.
As I said in “Do you keep your project files under version control?“, the goal is to ease and quicken the project setup process when checked-out in a workspace: