2014-09-01 166 views
2

其不例如pushwoosh-PhoneGap的插件 (https://www.pushwoosh.com/programming-push-notification/android/android-additional-platforms/phonegapcordova-sdk-integration/如何安裝phonegap插件?

其說在命令行運行

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項目pluging,但我得到的錯誤

Uncaught TypeError: Cannot read property 'pushNotification' of undefined 

和什麼有關permmisions?它的自動添加爲我?該插件沒有說明它需要哪種權限

+0

在哪裏看到錯誤,插件將無法在XDK模擬器中工作,您已經構建應用程序並測試 – krisrak 2014-09-02 18:33:31

+0

感謝@krisrak – 2014-09-03 08:49:45

回答

1

在項目選項卡的插件和權限部分中,您會看到一個「第三方插件」面板。當您選擇該面板時,您可以「從網上獲取插件」。你會被要求提供一個地址。您可以使用您在上面留下了地址:

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

它還會問來自於插件回購plugin.xml文件一個「插件ID」。該ID,這個插件是:

com.pushwoosh.plugins.pushwoosh 

另外,請參閱此文檔頁面:https://software.intel.com/en-us/html5/xdkdocs#517452

plugin.xml文件會自動指定所需的權限,所以你不應該添加任何東西到權限列表。