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
The application crashed at following lines, indicated by breakpoints:
The problem was that at the time of error mAdView was null, so calling .getParent() or .pause() on it, crashed the application. This happened, when my JavaScript app was explicitly destroying the banner via AdMob.removeBanner() and later trying to resume or show it.
The text was updated successfully, but these errors were encountered:
The application crashed at following lines, indicated by breakpoints:
The problem was that at the time of error
mAdView
wasnull
, so calling.getParent()
or.pause()
on it, crashed the application. This happened, when my JavaScript app was explicitly destroying the banner viaAdMob.removeBanner()
and later trying to resume or show it.The text was updated successfully, but these errors were encountered: