-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
Description
[REQUIRED] Issue description
The IMA extension seems to be incompatible with the latest interactivemedia library Version. Every time an ad is attempted to play, the Activity crashes.
[REQUIRED] Reproduction steps
Update com.google.ads.interactivemedia.v3:interactivemedia to at least version 3.13.1 and try to load an ad.
[REQUIRED] Link to test content
Any VAST link, for example one of these test links: https://www.iab.com/insights/vast-2-0-xml-samples-for-testing/
[REQUIRED] A full bug report captured from the device
java.lang.AbstractMethodError: abstract method "void com.google.ads.interactivemedia.v3.api.player.VideoAdPlayer.loadAd(com.google.ads.interactivemedia.v3.api.player.AdMediaInfo, com.google.ads.interactivemedia.v3.api.AdPodInfo)"
at com.google.ads.interactivemedia.v3.internal.afe.a(IMASDK:43)
at com.google.ads.interactivemedia.v3.internal.afc.a(IMASDK:160)
at com.google.ads.interactivemedia.v3.internal.afc.a(IMASDK:16)
at com.google.ads.interactivemedia.v3.internal.afa.b(IMASDK:42)
at com.google.ads.interactivemedia.v3.internal.aez.shouldOverrideUrlLoading(IMASDK:4)
at android.webkit.WebViewClient.shouldOverrideUrlLoading(WebViewClient.java:83)
at org.chromium.android_webview.AwContentsClientBridge.shouldOverrideUrlLoading(PG:16)
at android.os.MessageQueue.nativePollOnce(Native Method)
at android.os.MessageQueue.next(MessageQueue.java:336)
at android.os.Looper.loop(Looper.java:174)
at android.app.ActivityThread.main(ActivityThread.java:7559)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:516)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:950)[REQUIRED] Version of ExoPlayer being used
ExoPlayer: 2.10.4
InteractiveMedia: 3.14.0
[REQUIRED] Device(s) and version(s) of Android being used
Any, but reproduced on OnePlus 7 Pro with Android 10 Beta.
Reactions are currently unavailable