From ac8ebfccc3e2ea0558c4d61a70ae4e9ac46f01f4 Mon Sep 17 00:00:00 2001 From: Chet Haase Date: Wed, 6 Jul 2011 07:11:50 -0700 Subject: [PATCH] Minor ADK guide doc fixes. Change-Id: I3e2966c6f6b1ef309dffdb6089abe69e36ec8bb2 --- docs/html/guide/topics/usb/adk.jd | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/html/guide/topics/usb/adk.jd b/docs/html/guide/topics/usb/adk.jd index 2e172f55b8bfa..b5a3f300348da 100644 --- a/docs/html/guide/topics/usb/adk.jd +++ b/docs/html/guide/topics/usb/adk.jd @@ -326,7 +326,7 @@ page.title=Android Open Accessory Development Kit
  • To open the firmware code (a sketch), click File > Open and select firmware/demokit/demokit.pde.
  • -
  • Click Sketch > Compile/Verify to ensure that the sketch has no +
  • Click Sketch > Verify/Compile to ensure that the sketch has no errors.
  • Select File > Upload to I/O Board. When Arduino outputs Done @@ -356,7 +356,8 @@ page.title=Android Open Accessory Development Kit
  • In the Project name: field, type DemoKit.
  • Choose Create project from existing source, click Browse, - select the app directory, and click Finish.
  • + select the app directory, click Open to close that dialog and then + click Finish.
  • For Build Target, select Google APIs (Platform 2.3.3, API Level 10).