Install the Android SDK

Follow these steps to install the Localytics SDK into your Android app.

  1. Log into your Localytics account, or create a new account.
  2. In your account, create a new application and record the application key.
  3. Download the latest version of the SDK.
  4. Unzip the archive and drag the jar into your project's lib directory.
  5. Add a dependency to your project for the jar.
  6. In your application's manifest AndroidManifest.xml, add your application key as metadata.
    <meta-data android:name="LOCALYTICS_APP_KEY" android:value="APP KEY FROM STEP 2"/>
Awesome! Now it's time to integrate, manually or automatically.