I am setting up a repository on Github for the source code of my Android app. I am using Eclipse with the ADT plugin. Besides everything in src/, res/, and AndroidManifest.xml, what else should I include so that anyone who wants to work with the source code can begin work with Eclipse with minimal effort?
Share
You should include everything except the
bin-folder (this can be generated by the other user). Also, if you’re using Eclipse, you might want to use eGit.