I'm using Phonegap3 http://phonegap.com/install/ but I'm facing an issue with plugins:
After creating project using
phonegap create my-app
phonegap local build android
then I added a camera plugin using
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
then build project using
phonegap local build android
it was working fine but suddenly it stopped working, after investgating the issue I found that plugins are not copied to the android project although I can list all plugins using
phonegap local plugin list