diff options
author | Chet Haase <chet@google.com> | 2011-07-06 07:11:50 -0700 |
---|---|---|
committer | Chet Haase <chet@google.com> | 2011-07-06 08:59:14 -0700 |
commit | ac8ebfccc3e2ea0558c4d61a70ae4e9ac46f01f4 (patch) | |
tree | 15c727895e132997b8d4f466c7bfff1fcda95062 /docs | |
parent | 3e65551028916ddd76fbade60d7b0db738f371e5 (diff) | |
download | frameworks_base-ac8ebfccc3e2ea0558c4d61a70ae4e9ac46f01f4.zip frameworks_base-ac8ebfccc3e2ea0558c4d61a70ae4e9ac46f01f4.tar.gz frameworks_base-ac8ebfccc3e2ea0558c4d61a70ae4e9ac46f01f4.tar.bz2 |
Minor ADK guide doc fixes.
Change-Id: I3e2966c6f6b1ef309dffdb6089abe69e36ec8bb2
Diffstat (limited to 'docs')
-rw-r--r-- | docs/html/guide/topics/usb/adk.jd | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/html/guide/topics/usb/adk.jd b/docs/html/guide/topics/usb/adk.jd index 2e172f5..b5a3f30 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 <li>To open the firmware code (a sketch), click <strong>File > Open</strong> and select <code>firmware/demokit/demokit.pde</code>.</li> - <li>Click <strong>Sketch > Compile/Verify</strong> to ensure that the sketch has no + <li>Click <strong>Sketch > Verify/Compile</strong> to ensure that the sketch has no errors.</li> <li>Select <strong>File > Upload to I/O Board</strong>. When Arduino outputs <strong>Done @@ -356,7 +356,8 @@ page.title=Android Open Accessory Development Kit <li>In the <strong>Project name:</strong> field, type DemoKit.</li> <li>Choose <strong>Create project from existing source</strong>, click <strong>Browse</strong>, - select the <code>app</code> directory, and click <strong>Finish</strong>.</li> + select the <code>app</code> directory, click <strong>Open</strong> to close that dialog and then + click <strong>Finish</strong>.</li> <li>For Build Target, select <strong>Google APIs</strong> (Platform 2.3.3, API Level 10). |