You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VAST ads are not playing due to a NumberFormatException in MediaFile.java (path: VastAdsComponent/src/main/java/com/amazon/android/ads/vast/model/vast). #94
The exception occurs because the code attempts to parse a null value into an integer. Please check and handle the case where the value is null before parsing.