You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2012/02/01 16:24:58 UTC

git commit: Fixing errors in Android Getting Started Guide

Updated Branches:
  refs/heads/master 3f7540192 -> 2b482aaa5


Fixing errors in Android Getting Started Guide


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

Branch: refs/heads/master
Commit: 2b482aaa57700960298b6f93242fdeb5138ccdb8
Parents: 3f75401
Author: macdonst <si...@gmail.com>
Authored: Wed Feb 1 10:24:49 2012 -0500
Committer: macdonst <si...@gmail.com>
Committed: Wed Feb 1 10:24:49 2012 -0500

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


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/2b482aaa/docs/en/1.4.0/guide/getting-started/android/index.md
----------------------------------------------------------------------
diff --git a/docs/en/1.4.0/guide/getting-started/android/index.md b/docs/en/1.4.0/guide/getting-started/android/index.md
index 8379d41..00df204 100644
--- a/docs/en/1.4.0/guide/getting-started/android/index.md
+++ b/docs/en/1.4.0/guide/getting-started/android/index.md
@@ -32,8 +32,8 @@ There is also a [Terminal](http://wiki.phonegap.com/w/page/30864168/phonegap-and
     ![](img/guide/getting-started/android/new_android_project.jpeg)
 - In the root directory of the project, create two new directories:
  	- **/libs**
- 	- **guides/images/www**
-- Copy **phonegap.js** from your PhoneGap download earlier to **guides/images/www**
+ 	- **assets/www**
+- Copy **phonegap.js** from your PhoneGap download earlier to **assets/www**
 - Copy **phonegap.jar** from your PhoneGap download earlier to **/libs**
 - Copy **xml** folder from your PhoneGap download earlier to **/res**
 - Make a few adjustments too the project's main Java file found in the **src** folder in Eclipse: (view image below)
@@ -74,7 +74,7 @@ There is also a [Terminal](http://wiki.phonegap.com/w/page/30864168/phonegap-and
 4. Hello World
 --------------    
 
-Now create and open a new file named **index.html** in the **guides/images/www** directory. Paste the following code:
+Now create and open a new file named **index.html** in the **assets/www** directory. Paste the following code:
 
 	    <!DOCTYPE HTML>
         <html>
@@ -87,7 +87,7 @@ Now create and open a new file named **index.html** in the **guides/images/www**
         </body>
         </html>
 	
-    *phonegap.js might need to be replaced with phonegap.&lt;VERSION NUMER&gt;.js
+    *phonegap.js might need to be replaced with phonegap-&lt;VERSION NUMBER&gt;.js
 
 
 5A. Deploy to Simulator

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/2b482aaa/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 8379d41..00df204 100644
--- a/docs/en/edge/guide/getting-started/android/index.md
+++ b/docs/en/edge/guide/getting-started/android/index.md
@@ -32,8 +32,8 @@ There is also a [Terminal](http://wiki.phonegap.com/w/page/30864168/phonegap-and
     ![](img/guide/getting-started/android/new_android_project.jpeg)
 - In the root directory of the project, create two new directories:
  	- **/libs**
- 	- **guides/images/www**
-- Copy **phonegap.js** from your PhoneGap download earlier to **guides/images/www**
+ 	- **assets/www**
+- Copy **phonegap.js** from your PhoneGap download earlier to **assets/www**
 - Copy **phonegap.jar** from your PhoneGap download earlier to **/libs**
 - Copy **xml** folder from your PhoneGap download earlier to **/res**
 - Make a few adjustments too the project's main Java file found in the **src** folder in Eclipse: (view image below)
@@ -74,7 +74,7 @@ There is also a [Terminal](http://wiki.phonegap.com/w/page/30864168/phonegap-and
 4. Hello World
 --------------    
 
-Now create and open a new file named **index.html** in the **guides/images/www** directory. Paste the following code:
+Now create and open a new file named **index.html** in the **assets/www** directory. Paste the following code:
 
 	    <!DOCTYPE HTML>
         <html>
@@ -87,7 +87,7 @@ Now create and open a new file named **index.html** in the **guides/images/www**
         </body>
         </html>
 	
-    *phonegap.js might need to be replaced with phonegap.&lt;VERSION NUMER&gt;.js
+    *phonegap.js might need to be replaced with phonegap-&lt;VERSION NUMBER&gt;.js
 
 
 5A. Deploy to Simulator