MacBook-Pro:cordova jingangbao$ npm install -g cordova-plugin-device
cordova-plugin-device@1.1.3 /usr/local/lib/node_modules/cordova-plugin-device
MacBook-Pro:cordova jingangbao$ npm install -g cordova-plugin-statusbar
cordova-plugin-statusbar@2.2.0 /usr/local/lib/node_modules/cordova-plugin-statusbar
MacBook-Pro:cordova jingangbao$ npm install -g cordova-plugin-file
cordova-plugin-file@4.3.0 /usr/local/lib/node_modules/cordova-plugin-file
MacBook-Pro:cordova jingangbao$ npm install -g cordova-plugin-file-transfer
cordova-plugin-file-transfer@1.6.0 /usr/local/lib/node_modules/cordova-plugin-file-transfer
MacBook-Pro:cordova$ cordova plugin add /usr/local/lib/node_modules/cordova-plugin-device
Installing "cordova-plugin-device" for android
Installing "cordova-plugin-device" for ios
MacBook-Pro:cordova$ cordova plugin add /usr/local/lib/node_modules/cordova-plugin-statusbar
Installing "cordova-plugin-statusbar" for android
Installing "cordova-plugin-statusbar" for ios
MacBook-Pro:cordova$ cordova plugin add /usr/local/lib/node_modules/cordova-plugin-file
Installing "cordova-plugin-file" for android
The Android Persistent storage location now defaults to "Internal". Please check this plugins README to see if you application needs any changes in its config.xml.
If this is a new application no changes are required.
If this is an update to an existing application that did not specify an "AndroidPersistentFileLocation" you may need to add:
"<preference name="AndroidPersistentFileLocation" value="Compatibility" />"
to config.xml in order for the application to find previously stored files.
Installing "cordova-plugin-file" for ios
The Android Persistent storage location now defaults to "Internal". Please check this plugins README to see if you application needs any changes in its config.xml.
If this is a new application no changes are required.
If this is an update to an existing application that did not specify an "AndroidPersistentFileLocation" you may need to add:
"<preference name="AndroidPersistentFileLocation" value="Compatibility" />"
to config.xml in order for the application to find previously stored files.
MacBook-Pro:cordova$ cordova plugin add /usr/local/lib/node_modules/cordova-plugin-file-transfer
Installing "cordova-plugin-file-transfer" for android
Installing "cordova-plugin-file-transfer" for ios