Edit for clarification:
The you see in some of the files below is not actually part of the files, but it includes the company name
Checklist: Is your plugin loaded?
index.html load the cordova.js script? (i.e. if you have www/index.html then you can just reference cordova.js. This file is not in the www directory, but automatically generated by Cordova and inserted in your app)cordova plugin ls: Is your plugin listed?plugins/android.json: Is your plugin listed?platforms/android/assets/www have all files? (i.e. a plugins folder with scripts, cordova_plugins.js should mention your plugin, a platform-specific cordova.js)Can you listen to the deviceready event to check if Cordova initializes at all? (If all scripts are in place)