Nurbek Mussabayev
Nurbek Mussabayev

Reputation: 23

can multiple people work on one android studio project

I work with my friend on one android studio project, how can we do sync, work on one project at the same time on different notebooks with OS Windows?

Upvotes: 2

Views: 9189

Answers (1)

Andrei T
Andrei T

Reputation: 3083

You can do that using git or svn integration.
More about git here:
http://guides.beanstalkapp.com/version-control/git-on-windows.html.
svn:
http://www.cs.dartmouth.edu/~campbell/cs65/svn/androidstudio.html

Upvotes: 5

Related Questions