(Optional) To see a list of installed plugins in your Cordova project, open a
command prompt or terminal window, navigate to your Cordova project folder, and
enter:
cordova plugins
The Cordova command line interface returns a JSON array showing installed
plugins, for
example:
This
example shows that the Cordova project has the Cordova core Camera,
Accelerator (device-motion), and File plugins installed.
Optionally, specify preferences on Android or iOS.
On Android, optionally choose a different theme for the settings dialog
by modifying AndroidManifest.xml
On iOS, the preferences are specified by values in a plist file. There
is a sample file available at
<SDK_HOME>\MobileSDK3\KapselSDK\apps\fiori_client\assets\Root.plist.
Modify the files in the Cordova project's www folder as
appropriate for your project.
Execute the following command to copy the files in the Cordova project's
www folder to the platform directories:
cordova prepare android
cordova prepare ios
cordova prepare windows
Use an integrated development environment to deploy and run the project.