google ima 脚本未加载到 Cordova 应用程序中

google ima script not loading in Cordova application

我正在开发 android 使用 Cordova 封装的应用程序。该应用程序使用 google ima 来显示广告:Google IMA

当我尝试引用任何函数时,例如:

adDisplayContainer =  new google.ima.AdDisplayContainer(document.getElementById('adContainer'));

我收到以下错误:"ReferenceError: google is not defined"。

我在 index.html 的正文中有一个带有 src="http://imasdk.googleapis.com/js/sdkloader/ima3.js" 的脚本标签。我也在头脑中尝试过。

我指定了一个协议和 运行 "cordova build android",这似乎已经成功了。

我也试过使用没有协议的 src src="http://imasdk.googleapis.com/js/sdkloader/ima3.js"