Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashes Increased due to Applovin Adapters Google Mobile Ads 9.2.1 Unity 2022.3.50. com.google.ads.mediation.applovin.AppLovinInterstitialRenderer.adReceived #3639

Open
atstechnologies opened this issue Oct 15, 2024 · 1 comment

Comments

@atstechnologies
Copy link

[REQUIRED] Step 1: Describe your environment

  • Unity version: 2022.3.50
  • Google Mobile Ads Unity plugin version: 9.2.1
  • Plugin installation method: .unitypackage import (Unity package manager, .unitypackage import)
  • Platform: Android (iOS, Android, Unity Editor)
  • Platform OS version: Android 13 (eg iOS 10, Android 9)
  • Any specific devices issue occurs on: OPPO OP4B79L1, samsung a3core, Infinix Infinix-X6526,motorola aruba
  • Mediation ad networks used, and their versions: AppLovinUnityAdapter-7.4.1

[REQUIRED] Step 2: Describe the problem

Steps to reproduce:

Exception java.lang.Error: FATAL EXCEPTION [main]
Unity version : 2022.3.50f1
Device model : samsung SM-A015M
Device fingerprint: samsung/a01qub/a01q:12/SP1A.210812.016/A015MUBS5CWI4:user/release-keys
CPU supported ABI : [armeabi-v7a, armeabi]
Build Type : Release
Scripting Backend : IL2CPP
Libs loaded from : lib/arm
Strip Engine Code : true

Caused by: java.lang.NoSuchMethodError: No interface method getAdIdNumber()J in class Lcom/applovin/sdk/AppLovinAd; or its super classes (declaration of 'com.applovin.sdk.AppLovinAd' appears in base.apk!classes6.dex)
at com.google.ads.mediation.applovin.AppLovinInterstitialRenderer.adReceived (AppLovinInterstitialRenderer.java:84)
at com.applovin.impl.um.adReceived (SourceFile:124)
at com.applovin.impl.bm.i (SourceFile:850)
at com.applovin.impl.bm.$r8$lambda$e4DmG4TncmjDWJ2UBSiFg6ejUII
at com.applovin.impl.bm$$ExternalSyntheticLambda0.run
at android.os.Handler.handleCallback (Handler.java:938)
at android.os.Handler.dispatchMessage (Handler.java:99)
at android.os.Looper.loopOnce (Looper.java:226)
at android.os.Looper.loop (Looper.java:313)
at android.app.ActivityThread.main (ActivityThread.java:8669)
at java.lang.reflect.Method.invoke
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run (RuntimeInit.java:571)
at com.android.internal.os.ZygoteInit.main (ZygoteInit.java:1135)

Relevant Code:

// TODO(you): code here to reproduce the problem
@NVentimiglia
Copy link
Member

Caused by: java.lang.NoSuchMethodError: No interface method getAdIdNumber()J in class Lcom/applovin/sdk/AppLovinAd; or its super classes (declaration of 'com.applovin.sdk.AppLovinAd' appears in base.apk!classes6.dex)

This is usually caused by the App Lovin SDK not being included in the build. Please verify this is included, if it is not double check the external dependency manager and its configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants