This task describes how to check out the SDK source code from GitHub.
- Create a suitable directory to contain the source code such as ~/mobile_sdk/Android.
- Change into the newly created directory.
- Enter the command: git clone https://github.com/Alfresco/alfresco-android-sdk . to checkout the code to your local machine.
- 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.