Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 630 Bytes

File metadata and controls

18 lines (12 loc) · 630 Bytes

AppLovin Android Demo

This is our open source demo application for Android. You may re-use any code in your own project(s). If you have any questions, feel free to drop us a line at support@applovin.com.

Instructions

  1. Download the latest SDK from https://applovin.com.

  2. Copy the AppLovin SDK JAR into Android-SDK-Demo/AppLovin-Android-Demo-App/libs folder.

  3. Add your SDK key into your AndroidManifest.xml file, inside the <application> tag:

<meta-data
            android:name="applovin.sdk.key"
            android:value="YOUR_SDK_KEY_HERE" />