我正在使用 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