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/11 01:38:19 UTC

[2/2] docs commit: Updating Android docs with new Eclipse images

Updating Android docs with new Eclipse images


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

Branch: refs/heads/master
Commit: 76b9a8d5e780665dd826aa39a9bf512a03b9663d
Parents: 25457d9
Author: Joe Bowser <bo...@apache.org>
Authored: Tue Jul 10 16:37:33 2012 -0700
Committer: Joe Bowser <bo...@apache.org>
Committed: Tue Jul 10 16:37:33 2012 -0700

----------------------------------------------------------------------
 .../en/edge/guide/getting-started/android/index.md |   16 +++++++++++---
 .../img/guide/getting-started/android/manifest.png |  Bin 0 -> 210586 bytes
 .../img/guide/getting-started/android/step_1.png   |  Bin 0 -> 59002 bytes
 .../img/guide/getting-started/android/step_2.png   |  Bin 0 -> 64727 bytes
 .../img/guide/getting-started/android/step_3.png   |  Bin 0 -> 71747 bytes
 .../img/guide/getting-started/android/step_4.png   |  Bin 0 -> 48027 bytes
 .../img/guide/getting-started/android/step_5.png   |  Bin 0 -> 52899 bytes
 7 files changed, 12 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/76b9a8d5/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 f986ae6..09918b9 100644
--- a/docs/en/edge/guide/getting-started/android/index.md
+++ b/docs/en/edge/guide/getting-started/android/index.md
@@ -40,9 +40,17 @@ This guide describes how to set up your development environment for Cordova and
  3. Setup New Project
 ---------------------
 
-- Launch Eclipse, and select menu item **New &gt; Android Project**.  Fill out the three panels of the **New Android Project** wizard shown below.
-
-    ![](img/guide/getting-started/android/AndroidFlow.png)
+- Launch Eclipse, and select menu item **New Project**
+    ![](img/guide/getting-started/android/step_1.jpg)
+- Then specify new application project
+    ![](img/guide/getting-started/android/step_2.jpg)
+- Then speciy an Application Name, a Project Name and Package Name with Namespace
+    ![](img/guide/getting-started/android/step_3.jpg)
+- Then select a graphic
+    ![](img/guide/getting-started/android/step_4.jpg)
+- Then Create a Blank Activity
+    ![](img/guide/getting-started/android/step_5.jpg)
+- 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**
@@ -93,7 +101,7 @@ This guide describes how to set up your development environment for Cordova and
 
 - Your AndroidManifest.xml file should look like
 
-    ![](img/guide/getting-started/android/manifest.jpg)
+    ![](img/guide/getting-started/android/manifest.png)
 
 4. Hello World
 --------------    

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/76b9a8d5/template/docs/default/img/guide/getting-started/android/manifest.png
----------------------------------------------------------------------
diff --git a/template/docs/default/img/guide/getting-started/android/manifest.png b/template/docs/default/img/guide/getting-started/android/manifest.png
new file mode 100644
index 0000000..88163b1
Binary files /dev/null and b/template/docs/default/img/guide/getting-started/android/manifest.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/76b9a8d5/template/docs/default/img/guide/getting-started/android/step_1.png
----------------------------------------------------------------------
diff --git a/template/docs/default/img/guide/getting-started/android/step_1.png b/template/docs/default/img/guide/getting-started/android/step_1.png
new file mode 100644
index 0000000..bb3202a
Binary files /dev/null and b/template/docs/default/img/guide/getting-started/android/step_1.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/76b9a8d5/template/docs/default/img/guide/getting-started/android/step_2.png
----------------------------------------------------------------------
diff --git a/template/docs/default/img/guide/getting-started/android/step_2.png b/template/docs/default/img/guide/getting-started/android/step_2.png
new file mode 100644
index 0000000..02cc824
Binary files /dev/null and b/template/docs/default/img/guide/getting-started/android/step_2.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/76b9a8d5/template/docs/default/img/guide/getting-started/android/step_3.png
----------------------------------------------------------------------
diff --git a/template/docs/default/img/guide/getting-started/android/step_3.png b/template/docs/default/img/guide/getting-started/android/step_3.png
new file mode 100644
index 0000000..cf3f87d
Binary files /dev/null and b/template/docs/default/img/guide/getting-started/android/step_3.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/76b9a8d5/template/docs/default/img/guide/getting-started/android/step_4.png
----------------------------------------------------------------------
diff --git a/template/docs/default/img/guide/getting-started/android/step_4.png b/template/docs/default/img/guide/getting-started/android/step_4.png
new file mode 100644
index 0000000..d8033d8
Binary files /dev/null and b/template/docs/default/img/guide/getting-started/android/step_4.png differ

http://git-wip-us.apache.org/repos/asf/incubator-cordova-docs/blob/76b9a8d5/template/docs/default/img/guide/getting-started/android/step_5.png
----------------------------------------------------------------------
diff --git a/template/docs/default/img/guide/getting-started/android/step_5.png b/template/docs/default/img/guide/getting-started/android/step_5.png
new file mode 100644
index 0000000..9b64bfa
Binary files /dev/null and b/template/docs/default/img/guide/getting-started/android/step_5.png differ