Documentation Index
Fetch the complete documentation index at: https://docs.cloudx.io/llms.txt
Use this file to discover all available pages before exploring further.
Mintegral Adapter
Mintegral adapter for CloudX Android SDK. Supports banner, MREC, interstitial, and rewarded ad formats. For CloudX dashboard mapping and Mintegral-side ID setup, see the Mintegral bidder guide. This page covers Android-specific adapter requirements only.Install
Maven Repository
Gradle must resolve Mintegral’s mediation SDK artifacts, such ascom.mbridge.msdk.oversea:mbridge_android_sdk, when you add io.cloudx:adapter-mintegral.
Those artifacts are hosted on Mintegral’s Maven repository, not Maven Central. google() and mavenCentral() alone are not enough; builds fail with an error such as Could not find com.mbridge.msdk.oversea:mbridge_android_sdk until this repository is declared.
Add the repository next to your other Maven repositories. Common locations are the root build.gradle / build.gradle.kts inside allprojects { repositories { ... } }, or dependencyResolutionManagement.repositories in settings.gradle, depending on your Gradle template:
implementation("io.cloudx:adapter-mintegral:17.1.51.0").
Compatibility
| Adapter version | Network SDK | Minimum CloudX SDK |
|---|---|---|
17.1.51.0 | Mintegral SDK 17.1.51 | 4.0.0 |