I have used the zxing plugin to create a qrcode scanner
It works on simulator.But now i dont know hoe to create a build for the same.i have included the following lines in my config.xml file
<plugins name="BarcodeScanner" value="com.phonegap.plugins.barcodescanner.BarcodeScanner"/>
do i need to create plugin.xml also
phonegap build does not support plugins on “as you wish basis”.
there’s only one plugin supported.
so you can’t use phonegap build with plugins.