2

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?

NoNaMe
  • 6,020
  • 30
  • 82
  • 110

1 Answers1

5

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

Andrei T
  • 2,985
  • 3
  • 21
  • 28