I am developing android mobile application using phonegap.I want to implement “ContactPicker plugin“ from github webstie.For implement plugin I refered below article
"https://github.com/sconover/phonegap-android-plugin-examples"
In above article they explained the path of plugin, But on my machine I did not find the path
"src/com/phonegap/HelloWorldPlugin/HelloWorldPlugin.java” In my plugin. Also I was unable to get the file HelloWorldPlugin.java
I tried to install plugin using command line tool but not sure its installed or not.
I am unable to use this plugin in my phonegap application. I am stuckup with very basic step of copying files and using the same in phonegap.