Follow these steps to install the Localytics SDK into your Android
app.
-
Log into your Localytics
account, or create a new account.
-
In your account, create a new application and record the application key.
-
Download the latest version of the SDK.
-
Unzip the archive and drag the jar into your project's lib directory.
-
Add a dependency to your project for the jar.
-
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"/>