Skip to content


Setup SVN for an Android workspace

** This article assumes you have Subversive or other subversion integration installed with your Eclipse

Every android workspace has /bin/ and /gen/ directories. These are generated on the host machine from the project and should not be checked into SVN. Otherwise you will see that they change after every build (or auto build) of the project.

To exclude them, go to Eclipse’s Window Menu -> Preference -> Team -> Ignored Resources, add bin and gen.

Posted in Uncategorized. Tagged with , , .