我的Admob应用程序似乎遇到了运行时错误。令人沮丧的问题是,在我的另外两个应用程序中,Admob已经通过XML和功能以完全相同的方式集成。
广告本身很少显示虽然偶尔会出现很长一段时间才会刷新然后再次消失。
如果注册为测试设备,则会显示默认测试横幅。
在应用程序执行期间,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
有没有人有类似的问题?