For our current project we are required to scan QR-codes via our own application. We've looked into the possibilities and found that https://github.com/phonegap/phonegap-plugins/tree/master/Android/BarcodeScanner was the best option. We made a basic testing application and it runs fine on the emulator.
But on a real andriod device we have problems as soon as we hit a button which should start scanning. An alert pops up with the message "Class not found."
We followed this tutorial for our test application.
I found out the issue is with the phonegap cloud. It appears it doesn't support plugins. We'll have to build it for andriod and iOS then I guess.