Admob Interstitial crashing
I'm getting a consistent crash when dismissing Admob interstitials. I'm sure everything is set right, because I've copied and checked against the sample scenes. Plus, the setup isn't rocket science: 1) Make interstitial request, 2) On Interstitial Ready, show interstitial, 3) On Dismissed Screen destroy interstitial and jump to next frame (it crashes even without the "jump to next frame" bit). The debug log shows an error on dismissing the screen:
libEGL - eglMakeCurrent:740 error 300d (EGL_BAD_SURFACE)
At least I think that's the location of the error; I'm not experienced with log reports. The above line comes right after two AdMob "onDismissScreen" entries.
Any ideas? Anyone else encounter this? I'm using the 281.3 beta Android exporter.
Fred