From 003eaa2808e1e41d85ec6a5612de96e3ae575664 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Fri, 1 May 2009 11:56:16 -0700 Subject: AI 148189: update the NotepadCodelab zip file to remove R.java, other project/bin files and erratic hidden files; udpate the procedure for creating a project from existing code. BUG=1824317,1824355,1824417 Automated import of CL 148189 --- .../tutorials/notepad/codelab/NotepadCodeLab.zip | Bin 431473 -> 90916 bytes docs/html/guide/tutorials/notepad/notepad-ex1.jd | 10 ++++++---- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'docs/html/guide/tutorials/notepad') diff --git a/docs/html/guide/tutorials/notepad/codelab/NotepadCodeLab.zip b/docs/html/guide/tutorials/notepad/codelab/NotepadCodeLab.zip index c7dd989..24fefc1 100644 Binary files a/docs/html/guide/tutorials/notepad/codelab/NotepadCodeLab.zip and b/docs/html/guide/tutorials/notepad/codelab/NotepadCodeLab.zip differ 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. In the New Android Project dialog, select Create project from existing source.
  • Click Browse and navigate to where you copied the NotepadCodeLab - (downloaded during setup). Select - Notepadv1 and click Choose.
  • + (downloaded during setup) + and select Notepadv1.
  • - You should see Notepadv1 in the Project name and also see the Location - filled in with the path you selected.
  • + 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.
  • Click Finish. The Notepadv1 project should open and be visible in your Eclipse package explorer.
  • -- cgit v1.1