【发布时间】:2013-08-20 12:35:50
【问题描述】:
我正在使用 Phonegap3 http://phonegap.com/install/,但我遇到了插件问题:
使用创建项目后
phonegap create my-app
phonegap local build android
然后我添加了一个相机插件使用
phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-camera.git
http://docs.phonegap.com/en/edge/cordova_camera_camera.md.html#Camera
然后使用构建项目
phonegap local build android
它工作正常但突然停止工作,在调查问题后我发现插件没有复制到 android 项目虽然我可以使用列出所有插件
phonegap local plugin list
【问题讨论】: