You are here

How to check out the SDK source code from GitHub

This task describes how to check out the SDK source code from GitHub.
  1. Create a suitable directory to contain the source code such as ~/mobile_sdk/Android.
  2. Change into the newly created directory.
  3. Enter the command: git clone https://github.com/Alfresco/alfresco-android-sdk . to checkout the code to your local machine.
  4. You can pull the latest changes from GitHub at any time by entering the command: git pull in the directory where the source is located.