Skip to content

Commit 80c4cd1

Browse files
dsandlerAndroid Git Automerger
authored andcommitted
am bd9d9d3: cherrypick from hc-mr2, updated adk installation instructions Change-Id: I6a0e21a79b81c3383d1fa05a4893bab5626dbe05
* commit 'bd9d9d3ae2a758139c7dd722c4836a33b9b059a8': cherrypick from hc-mr2, updated adk installation instructions Change-Id: I6a0e21a79b81c3383d1fa05a4893bab5626dbe05
2 parents e80341c + bd9d9d3 commit 80c4cd1

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)