my first time experimenting with Apache Cordova 3.0.
downloaded lib, unziped cordova-android and cordova-js and created a project:
./create ~/Docume
If you have included the plugin and are having the same problem it could be the order in which you included the plugin.
In order for the plugin to work I had to include the plugin after having added the platform.
$ cordova create
$ cordova platform add android
$ cordova plugin add org.apache.cordova.network-information