在点击横幅后返回应用程序时,Admob onDismiss Screen()事件永远不会被触发

时间:2013-11-05 22:56:45

标签: android admob banner

我的Android版Admob(6.4.1)横幅有问题。单击横幅时,将打开Web浏览器。如果我使用主页按钮返回我的应用程序,则会打开浏览器并且不会触发onDismissScreen()。当我使用后退按钮返回我的应用程序时,横幅停止显示并且loadAd called while an interstitial or landing page is displayed, so aborting出现在日志中。我只使用AdViewads:loadAdOnCreate="true"的xml定义。我将广告室与客户横幅MinSDK = 8targetSDK = 17一起使用。

日志:

11-06 15:08:30.034: I/Ads(275): Received ad url: <url: ... the Ad."
11-06 15:08:30.034: I/Ads(275): Request scenario: Online server request.
11-06 15:08:30.044: W/webcore(275): Can't get the viewWidth after the first layout
11-06 15:08:30.804: W/webcore(275): Can't get the viewWidth after the first layout
11-06 15:08:31.094: D/webviewglue(275): nativeDestroy view: 0x437cb0
11-06 15:08:31.094: I/Ads(275): onReceiveAd()
11-06 15:08:31.154: D/webviewglue(275): nativeDestroy view: 0x51aaa0
11-06 15:08:36.865: I/Ads(275): onPresentScreen()
11-06 15:08:36.915: I/Ads(275): onLeaveApplication()
11-06 15:08:36.955: I/Ads(275): onPresentScreen()
11-06 15:08:36.975: I/Ads(275): onLeaveApplication()
11-06 15:08:43.395: D/dalvikvm(275): GC_EXPLICIT freed 11279 objects / 983360 bytes in 159ms

0 个答案:

没有答案