【发布时间】:2017-04-10 12:17:24
【问题描述】:
我正在向我的 cordova android 应用程序添加插件,但我无法在 index.html 页面中引用 cordova.js 文件。我的应用程序结构的图像是:[应用程序结构图像][1]。我在图像 index.html 和 cordova.js 中突出显示了这两个文件。我认为的解决方案是将插件 JS 文件从 platform_www 文件夹复制到 www 文件夹内。但是随着插件的不断添加,它似乎不是复制粘贴 js 文件的好解决方案。
【问题讨论】:
标签: android cordova cordova-plugins hybrid-mobile-app