You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bo...@apache.org on 2012/07/24 03:26:26 UTC

docs commit: Fixed filetyle errors and version errors

Updated Branches:
  refs/heads/master b042fe537 -> 59dbd8b73


Fixed filetyle errors and version errors


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/59dbd8b7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/tree/59dbd8b7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/diff/59dbd8b7

Branch: refs/heads/master
Commit: 59dbd8b7374001a982eb05e12e4d9c9020623e78
Parents: b042fe5
Author: Joe Bowser <jo...@mbp1qw64c.lan>
Authored: Mon Jul 23 18:25:41 2012 -0700
Committer: Joe Bowser <jo...@mbp1qw64c.lan>
Committed: Mon Jul 23 18:25:41 2012 -0700

----------------------------------------------------------------------
 .../2.0.0/guide/getting-started/android/index.md   |   16 +++++++-------
 .../en/edge/guide/getting-started/android/index.md |   16 +++++++-------
 2 files changed, 16 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/59dbd8b7/docs/en/2.0.0/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/2.0.0/guide/getting-started/android/index.md b/docs/en/2.0.0/guide/getting-started/android/index.md
index a8e14a8..6a603f3 100644
--- a/docs/en/2.0.0/guide/getting-started/android/index.md
+++ b/docs/en/2.0.0/guide/getting-started/android/index.md
@@ -41,25 +41,25 @@ This guide describes how to set up your development environment for Cordova and
 ---------------------
 
 - Launch Eclipse, and select menu item **New Project**
-    ![](img/guide/getting-started/android/step_1.jpg)
+    ![](img/guide/getting-started/android/step_1.png)
 - Then specify new application project
-    ![](img/guide/getting-started/android/step_2.jpg)
+    ![](img/guide/getting-started/android/step_2.png)
 - Then speciy an Application Name, a Project Name and Package Name with Namespace
-    ![](img/guide/getting-started/android/step_3.jpg)
+    ![](img/guide/getting-started/android/step_3.png)
 - Then select a graphic
-    ![](img/guide/getting-started/android/step_4.jpg)
+    ![](img/guide/getting-started/android/step_4.png)
 - Then Create a Blank Activity
-    ![](img/guide/getting-started/android/step_5.jpg)
+    ![](img/guide/getting-started/android/step_5.png)
 - Make sure the activity doesn't inherit from anything.  You most likely won't have PhoneGap on your Eclipse Workspace.  Once this is done, click finish
     
 - In the root directory of your project, create two new directories:
  	- **/libs**
  	- **assets/www**
-- Copy **cordova-1.9.0.js** from your Cordova download earlier to **assets/www**
-- Copy **cordova-1.9.0.jar** from your Cordova download earlier to **/libs**
+- Copy **cordova-2.0.0.js** from your Cordova download earlier to **assets/www**
+- Copy **cordova-2.0.0.jar** from your Cordova download earlier to **/libs**
 - Copy **xml** folder from your Cordova download earlier to **/res**
 
-- Verify that **cordova-1.9.0.jar** is listed in the Build Path for your project. Right click on the /libs folder and go to **Build Paths/ &gt; Configure Build Path...**. Then, in the Libraries tab, add **cordova-1.9.0.jar** to the project. If Eclipse is being temperamental, you might need to refresh (F5) the project once again.
+- Verify that **cordova-2.0.0.jar** is listed in the Build Path for your project. Right click on the /libs folder and go to **Build Paths/ &gt; Configure Build Path...**. Then, in the Libraries tab, add **cordova-2.0.0.jar** to the project. If Eclipse is being temperamental, you might need to refresh (F5) the project once again.
 
     ![](img/guide/getting-started/android/buildPath.jpg)
 

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/59dbd8b7/docs/en/edge/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/getting-started/android/index.md b/docs/en/edge/guide/getting-started/android/index.md
index a8e14a8..6a603f3 100644
--- a/docs/en/edge/guide/getting-started/android/index.md
+++ b/docs/en/edge/guide/getting-started/android/index.md
@@ -41,25 +41,25 @@ This guide describes how to set up your development environment for Cordova and
 ---------------------
 
 - Launch Eclipse, and select menu item **New Project**
-    ![](img/guide/getting-started/android/step_1.jpg)
+    ![](img/guide/getting-started/android/step_1.png)
 - Then specify new application project
-    ![](img/guide/getting-started/android/step_2.jpg)
+    ![](img/guide/getting-started/android/step_2.png)
 - Then speciy an Application Name, a Project Name and Package Name with Namespace
-    ![](img/guide/getting-started/android/step_3.jpg)
+    ![](img/guide/getting-started/android/step_3.png)
 - Then select a graphic
-    ![](img/guide/getting-started/android/step_4.jpg)
+    ![](img/guide/getting-started/android/step_4.png)
 - Then Create a Blank Activity
-    ![](img/guide/getting-started/android/step_5.jpg)
+    ![](img/guide/getting-started/android/step_5.png)
 - Make sure the activity doesn't inherit from anything.  You most likely won't have PhoneGap on your Eclipse Workspace.  Once this is done, click finish
     
 - In the root directory of your project, create two new directories:
  	- **/libs**
  	- **assets/www**
-- Copy **cordova-1.9.0.js** from your Cordova download earlier to **assets/www**
-- Copy **cordova-1.9.0.jar** from your Cordova download earlier to **/libs**
+- Copy **cordova-2.0.0.js** from your Cordova download earlier to **assets/www**
+- Copy **cordova-2.0.0.jar** from your Cordova download earlier to **/libs**
 - Copy **xml** folder from your Cordova download earlier to **/res**
 
-- Verify that **cordova-1.9.0.jar** is listed in the Build Path for your project. Right click on the /libs folder and go to **Build Paths/ &gt; Configure Build Path...**. Then, in the Libraries tab, add **cordova-1.9.0.jar** to the project. If Eclipse is being temperamental, you might need to refresh (F5) the project once again.
+- Verify that **cordova-2.0.0.jar** is listed in the Build Path for your project. Right click on the /libs folder and go to **Build Paths/ &gt; Configure Build Path...**. Then, in the Libraries tab, add **cordova-2.0.0.jar** to the project. If Eclipse is being temperamental, you might need to refresh (F5) the project once again.
 
     ![](img/guide/getting-started/android/buildPath.jpg)