Upgrading Cordova Bada
This document is for people who need to upgrade their Cordova versions from an older version to a current version of Cordova.
Upgrade to 1.8.0 from 1.7.0
- Remove the cordova.bada.js file from the Res/js directory
- Add the new cordova.js file to your Res/js directory
- Update your Res/index.html to reference cordova.js instead of cordova.bada.js
Change this line:
<script type="text/javascript" src="./js/cordova.bada.js"></script>
to
<script type="text/javascript" src="./js/cordova.js"></script>
As of Cordova 1.8, Bada 1.2 is no longer supported! The repository will be kept there as an archive for people who still want to use it. It contains some outdated APIs.