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).