Skip to content

applovinjosh/Android-SDK-Demo

 
 

Repository files navigation

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

Instructions

  1. 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" />
  1. Do a Gradle sync and run the app! The project will automatically import the latest version of our SDK via JCenter. If you prefer to import it manually, our SDK may be downloaded from our docs as well.

About

AppLovin's open source Android demo application. http://applovin.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 75.8%
  • Kotlin 24.2%