Replies: 1 comment
-
@tracer8 - This is likely a mismatch of AdMob adapter and SDK version. Could you send a screenshot of the Mediation Debugger so we can check that? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
MAX SDK Version
12.3.1
Device/Platform Info
Any device
Current Behavior
Crash with this error when show Collapsible Banner of Google ads, use MAX SDK and Google Mobile Ads together:
java.lang.NoSuchMethodError: No virtual method addNetworkExtrasBundle(Ljava/lang/Class;Landroid/os/Bundle;)Lcom/google/android/gms/ads/AbstractAdRequestBuilder; in class Lcom/google/android/gms/ads/AdRequest$Builder; or its super classes (declaration of 'com.google.android.gms.ads.AdRequest$Builder'
Expected Behavior
On version 12.3.0, Collapsible Banner of Google Ads will show success without any issue.
How to Reproduce
Gradle:
I am use MAX and Google ads together, Google Mobile Ads to show Collapsible banner. Before version 12.3.1, everything is good, but after upgrade to 12.3.1, the error cause of crash show up "java.lang.NoSuchMethodError: No virtual method addNetworkExtrasBundle"
You can try to show GMA collapsible with this code try on both version to see the error
Beta Was this translation helpful? Give feedback.
All reactions