Development of android application in TEAM

72 Views Asked by At

In my company we have started development in android application. Our problem is there are multiple developers for same application and usually need to work on same files so it is really difficult to integrate work each one of us does. Also we are looking for versioning system also .

For php development we used VSS where on one file only developer can work which was fine but unable to use it for android since we moved to ubuntu and everyone is having their own eclipse setup. Please suggest solution. Thanks in advance.

1

There are 1 best solutions below

1
On

So you are looking for a versionning control system. I recommend to use GIT, you can host the remote on github (as it's free for public repository), on bitbucket (for 5 users private repository) or on your own server with GitLab