Phonegap build how do you add plugins to app
问题 The document says: "There are two steps to including a plugin in your project: Importing the native code using the config.xml Referencing the JavaScript code for the plugin " http://docs.build.phonegap.com/en_US/configuring_plugins.md.html#importing-native And to reference you do this in your html file: <script src="cordova.js"></script> <script src="barcodescanner.js"></script> <-this However, how do you know what to put in place of barcodescanner.js. In fact i don't know about work flow of