

Click on “Git: ” on the lower right corner of AS and choose Origin-Master > Check out as new branch.Click on Add root if prompted about an unregistered VCS root.Now choose Open an existing Android Studio project in AS and browse for the project created on step 12.Close AS, erase the folder and repeat the step 11. If you clicked yes by mistake, AS will mess up your project. After this youll get a dialog asking to open… DO NOT OPEN IT!. Fill in the directory and the folder name and click clone.For the URL enter one of the options below.Open AS and choose Check out project from Version Control >Git.If your client is a Mac, connect to the shared folder.

Name this something like “server-branch”.

Git offers various methods to do this, being using github the most common one, but if you feel like you don’t want to share your work with the wold, or you don’t want to be paying for a private membership, or simply the online thing is not the right approach, or you like instant pulling and pushing, or you don’t want a headache messing with SSH and windows services, you could do this within your already working network, skipping the need of any service setup or online service registration. Most of the time this happens within a local network at the office.

Needing to work in a collaborative android project would require some version control and project sharing.
