如何安装phonegap插件?

时间:2014-09-01 17:29:38

标签: intel-xdk

它还不清楚,例如pushwoosh-phonegap插件 (https://www.pushwoosh.com/programming-push-notification/android/android-additional-platforms/phonegapcordova-sdk-integration/

它说要运行

phonegap plugin add https://github.com/Pushwoosh/pushwoosh-phonegap-3.0-plugin.git 

在命令行中。

我如何在intel xdk中“运行”此命令?我试图将https://github.com/Pushwoosh/pushwoosh-phonegap-3.0-plugin.git放入项目插入但我得到错误

Uncaught TypeError: Cannot read property 'pushNotification' of undefined

那么permmisions呢?它的自动添加给我?该插件没有说明它需要哪些权限

1 个答案:

答案 0 :(得分:1)

在“项目”选项卡上的“插件和权限”部分中,您将找到一个"第三方插件"面板。当您选择该面板时,您可以从网上获取插件。"您将被要求提供一个地址。您可以使用上面提供的地址:

https://github.com/Pushwoosh/pushwoosh-phonegap-3.0-plugin.git

它还会要求提供一个"插件ID"它来自插件仓库中的plugin.xml文件。这个插件的ID是:

com.pushwoosh.plugins.pushwoosh

另外,请参阅此文档页面:https://software.intel.com/en-us/html5/xdkdocs#517452

plugin.xml文件将自动指定所需的权限,因此您不必向权限列表添加任何内容。