如何在多台计算机之间同步Android Studio项目

时间:2018-02-08 13:06:25

标签: android android-studio

有没有办法在多台计算机上处​​理Android工作室项目?就像这样我的合作伙伴可以在应用程序的一部分上工作而不需要复制和粘贴等等。

2 个答案:

答案 0 :(得分:1)

这样做有很多选择, 您可以使用版本控制

喜欢, Subversion (SVN):它管理本地服务器上的代码,这是完全免费的。 比如更多细节:

jQuery

另一个世界上广为人知的选择是 GitHub https://medium.com/indianic/importing-your-android-studio-project-in-svn-subversion-39db20e2a4cd

另一个版本控制系统是:https://www.londonappdeveloper.com/how-to-use-git-hub-with-android-studio/& bitbucket

答案 1 :(得分:1)

为此目的,最好的选择是git,你必须阅读git。

你可以找到非常好的教程here

对于Git的UI选项,您可以使用Sourcetree