如何在phonegap 3.0中添加(安装)插件?

时间:2013-10-14 08:23:18

标签: android cordova phonegap-plugins

我创建了新的cordova项目。

但我无法安装插件

我一直在使用以下命令。

$ plugman install --platform android --project。 --plugin git-wip-us.apache.org/repos/asf/cordova-plugin-device.git

此消息已显示。

无法从网址git-wip-us.apache.org/repos/asf/cordova-plugin-dev通过git获取插件 ice-motion.git,输出:克隆到'plugman-tmp1381737348287'...... 致命:无法访问'git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion.git/':  libcurl中不支持或禁用协议https

我该怎么办?

请告诉我....谢谢

1 个答案:

答案 0 :(得分:1)

我认为插件适用于2.9或更低版本,您应该使用:

$ phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git

如下所示:

http://docs.phonegap.com/en/3.0.0/guide_cli_index.md.html#The%20Command-line%20Interface