我正在开发带有 Cordova 的 android 应用程序。该应用程序使用 google ima 显示广告:Google IMA
当我尝试引用任何函数时,例如:
adDisplayContainer = new google.ima.AdDisplayContainer(document.getElementById('adContainer'));
我收到以下错误:“ReferenceError:未定义谷歌”。
我在 index.html 的正文中有一个带有 src="http://imasdk.googleapis.com/js/sdkloader/ima3.js" 的脚本标签。我也在头上试过。