Android SDK

Installing the SDK

To initialize the Usergrid SDK, do the following:

  1. Add ‘usergrid-android-.jar’ to the build path for your project.
  2. Add the following to your source code to import commonly used SDK classes:
  1. Add the following to your ‘AndroidManifest.xml’:
  1. Instantiate the ‘UGClient’ class to initialize the Usergrid SDK:

Building From Source

To build from source, do the following:

  1. Update the path in <android.libs>
  2. Run sh build_release_zip.sh <version> - is the SDK version number specified in UGClient.java.