Skip to content

Commit bd9d9d3

Browse files
dsandlerRobert Ly
authored andcommitted
cherrypick from hc-mr2, updated adk installation instructions Change-Id: I6a0e21a79b81c3383d1fa05a4893bab5626dbe05
Change-Id: I8910c0982ffe2be482f6ae1a49343a1c79be0632
1 parent 2ddf6ea commit bd9d9d3

File tree

1 file changed

+8
-7
lines changed
  • docs/html/guide/topics/usb

1 file changed

+8
-7
lines changed

docs/html/guide/topics/usb/adk.jd

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -281,16 +281,17 @@ page.title=Android Open Accessory Development Kit
281281
<p>On Mac:</p>
282282

283283
<ol type="a">
284-
<li>Right-click on the Arduino application in Finder and select <strong>Show Package
285-
Contents</strong>.</li>
284+
<li>Create, if it does not already exist, an <code>Arduino</code>
285+
directory inside your user account's <code>Documents</code> directory, and within
286+
that, a <code>libraries</code> directory.</li>
286287

287288
<li>Copy the <code>firmware/arduino_libs/AndroidAccessory</code> and
288-
<code>firmware/arduino_libs/USB_Host_Shield</code> directories (the complete directories,
289-
not just the files within) to the <code>Contents/Resources/Java/libraries</code> directory
290-
inside the Arduino application.</li>
289+
<code>firmware/arduino_libs/USB_Host_Shield</code> directories (the
290+
complete directories, not just the files within) to your
291+
<code>Documents/Arduino/libraries/</code> directory.</li>
291292

292-
<li>Create a <code>CapSense</code> directory in the
293-
<code>Contents/Resources/Java/libraries</code> directory.</li>
293+
<li>Create a <code>CapSense</code> directory in your
294+
<code>Documents/Arduino/libraries/</code> directory.</li>
294295

295296
<li>Copy <code>CapSense.cpp</code> and <code>CapSense.h</code> from the unzipped CapSense
296297
download to the <code>CapSense</code> directory.</li>

0 commit comments

Comments
 (0)