我的一个关于Admob的应用程序似乎遇到了运行时错误 . 令人沮丧的问题是,在我的另外两个应用程序中,Admob通过XML和功能以完全相同的方式集成 .

广告本身很少显示虽然偶尔出现很长一段时间才会刷新然后再次消失 .

如果注册为测试设备,则会显示默认测试 Banner .

在应用程序执行期间,Logcat会在每个刷新间隔重复出现以下内容,

E/Ads(12081): JS: Uncaught ReferenceError: renderAd is not defined (http://googleads.g.doubleclick.net:... inlineVideo_interactiveVideo_mraid1_th_autoplay_mediation_sdkAdmobApiForAds_di&jsv=48:1)
E/Web Console(12081): Uncaught ReferenceError: renderAd is not defined at http://googleads.g.doubleclick.net:...
E/Ads(12081): JS: Uncaught ReferenceError: onLoad is not defined (http://googleads.g.doubleclick.net:...
E/Web Console(12081): Uncaught ReferenceError: onLoad is not defined at http://googleads.g.doubleclick.net:...

但是,在RecievedAd()仍然被调用 .

我在三星Galaxy 3,4.0.4上测试这个 . 在SG 2,2.1更新1上似乎没问题 . 虽然如同在SG3上提到的那样,其他两个应用程序正常运行 .

我在今年早些时候提出的一个不同的问题可以看出我的确切Admob实现:Admob Unable to destroy activity

有没有人有类似的问题?