Documentation

​
​

Development

User Acquisition

Monetization

Industry

Unity Ads Monetization

Unity Ads Android SDK

Unity Ads iOS SDK

Unity Ads SDK

Unity Ads Monetization

Unity Ads Monetization
​
​
Android developer guide
  • Android SDK overview
  • Integration requirements
  • Install the Unity Ads SDK for Android
  • Initialize the SDK in Android
  • Implement interstitial ads in Android
  • Implement rewarded ads in Android
  • Implement banner ads in Android
Android SDK API reference
  • Unity Ads for Android API reference (Java)
  1. Grow your game
  2. Unity Ads
  3. Unity Ads SDK integration guide for Android developers

Unity Ads Android integration requirements

Review the integration requirements for Unity Ads SDK to ensure your Android app meets the necessary prerequisites to implement ad formats.
Read time 1 minute
Last updated a year ago

Review the requirements and supported tools to complete the Unity Ads integration with your Android app before installing, initializing, and implementing interstitial, rewarded, or banner ads to earn revenue.

App prerequisites

Your Android gradle plugin version must be at least 4.2.0 or higher.
Ensure your
build.gradle
file specifies the following:
  • minSDKversion
    to be
    19
    or higher
  • compileSdkVersion
    to be
    33
    or higher
  • Java 8 targeting for the Unity Ads SDK version 4.7.0 and higher
  • Protobuf-kotlin-lite
    or
    protobuf-java-lite
    and the version used
    Note
    The Unity Ads SDK isn’t compatible with the full protobuf version (
    protobuf-kotlin
    or
    protobuf-java
    ) due to a known dependency conflict with
    protobuf-kotlin-lite
    or
    protobuf-java-lite
    , which is required by the SDK.

Copyright © 2026 Unity Technologies
LegalPrivacy PolicyCookiesDocumentation Terms of UseDo Not Sell or Share My Personal InformationYour Privacy Choices (Cookie Settings)

"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S and elsewhere (more info here). Other names or brands are trademarks of their respective owners.

Some pages are machine-translated for convenience, and may contain inaccuracies. In the event of conflicting information, the English version is authoritative.

  • On this page
    • App prerequisites


Report a problem with this page