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 [email protected].
- 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" />