diff options
author | Scott Main <nobody@android.com> | 2009-05-01 12:00:22 -0700 |
---|---|---|
committer | The Android Open Source Project <initial-contribution@android.com> | 2009-05-01 12:00:22 -0700 |
commit | ee96dc5113922fdc7c678f791cb65ac8bef21f4b (patch) | |
tree | de08d4f4740b377093cc210cf2be468fc848d245 | |
parent | a426c9609fbfcd8b3578c563f7e922e8d8db4848 (diff) | |
parent | 767db0a1ec760042b145e7c19a672c7180ad10f3 (diff) | |
download | frameworks_base-ee96dc5113922fdc7c678f791cb65ac8bef21f4b.zip frameworks_base-ee96dc5113922fdc7c678f791cb65ac8bef21f4b.tar.gz frameworks_base-ee96dc5113922fdc7c678f791cb65ac8bef21f4b.tar.bz2 |
am 767db0a: am 003eaa2: AI 148189: update the NotepadCodelab zip file to
Merge commit '767db0a1ec760042b145e7c19a672c7180ad10f3'
* commit '767db0a1ec760042b145e7c19a672c7180ad10f3':
AI 148189: update the NotepadCodelab zip file to remove R.java, other project/bin files and erratic hidden files;
-rw-r--r-- | docs/html/guide/tutorials/notepad/codelab/NotepadCodeLab.zip | bin | 431473 -> 90916 bytes | |||
-rw-r--r-- | docs/html/guide/tutorials/notepad/notepad-ex1.jd | 10 |
2 files changed, 6 insertions, 4 deletions
diff --git a/docs/html/guide/tutorials/notepad/codelab/NotepadCodeLab.zip b/docs/html/guide/tutorials/notepad/codelab/NotepadCodeLab.zip Binary files differindex c7dd989..24fefc1 100644 --- a/docs/html/guide/tutorials/notepad/codelab/NotepadCodeLab.zip +++ b/docs/html/guide/tutorials/notepad/codelab/NotepadCodeLab.zip diff --git a/docs/html/guide/tutorials/notepad/notepad-ex1.jd b/docs/html/guide/tutorials/notepad/notepad-ex1.jd index b7f42bf..b5173b8 100644 --- a/docs/html/guide/tutorials/notepad/notepad-ex1.jd +++ b/docs/html/guide/tutorials/notepad/notepad-ex1.jd @@ -44,11 +44,13 @@ selections. </em></li> In the New Android Project dialog, select <strong>Create project from existing source</strong>.</li> <li> Click <strong>Browse</strong> and navigate to where you copied the <code>NotepadCodeLab</code> - (downloaded during <a href="{@docRoot}guide/tutorials/notepad/index.html#preparing">setup</a>). Select - <code>Notepadv1</code> and click <strong>Choose</strong>.</li> + (downloaded during <a href="{@docRoot}guide/tutorials/notepad/index.html#preparing">setup</a>) + and select <code>Notepadv1</code>.</li> <li> - You should see <code>Notepadv1</code> in the <em>Project name</em> and also see the <em>Location</em> - filled in with the path you selected.</li> + The Project Name and other properties should be automatically filled for you. + You must select the Build Target—we recommend selecting a target with the + lowest platform version available. Also add an integer to the Min SDK Version field + that matches the API Level of the selected Build Target.</li> <li> Click <strong>Finish</strong>. The <code>Notepadv1</code> project should open and be visible in your Eclipse package explorer.</li> |