Updated Branches: refs/heads/master f03f1b602 -> 7700f86df
[JIRA CB-1054] android 2.0.0 from 1.9.0 upgrade doc Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/commit/7700f86d Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/7700f86d Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/7700f86d Branch: refs/heads/master Commit: 7700f86df753c6fb14dd9d74975c1e2d28caa8ee Parents: f03f1b6 Author: Lorin Beer <[email protected]> Authored: Fri Jul 13 16:27:36 2012 -0700 Committer: Michael Brooks <[email protected]> Committed: Sat Jul 14 16:12:13 2012 -0700 ---------------------------------------------------------------------- docs/en/edge/guide/upgrading/android/index.md | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/7700f86d/docs/en/edge/guide/upgrading/android/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/upgrading/android/index.md b/docs/en/edge/guide/upgrading/android/index.md index 5d1136a..a755dce 100644 --- a/docs/en/edge/guide/upgrading/android/index.md +++ b/docs/en/edge/guide/upgrading/android/index.md @@ -23,6 +23,15 @@ Upgrading Cordova Android This document is for people who need to upgrade their Cordova versions from an older version to a current version of Cordova. +## Upgrade to 2.0.0 from 1.9.0 ## + +1. Remove cordova-1.9.0.jar from the libs directory in your project +2. Add cordova-2.0.0.jar to the libs directory in your project +3. If you are using Eclipse, please refresh your eclipse project and do a clean +4. Copy the new cordova-2.0.0.js into your project +5. Update your HTML to use the new cordova-2.0.0.js file +6. Update the res/xml/plugins.xml to be the same as the one found in framework/res/xml/plugins.xml + ## Upgrade to 1.9.0 from 1.8.1 ## 1. Remove cordova-1.8.0.jar from the libs directory in your project
