summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Sandler <dsandler@google.com>2012-01-13 18:25:28 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-01-13 18:25:28 -0800
commit72bc790705f4ed9722a6a838205c69ceba6209d8 (patch)
treee2849f66c232abc4e8027688b4994daa9647ba86
parentba8aa433d5141e155eccba5640fc464228424efb (diff)
parent80c4cd1fd7d44fcacbff7d4903ce227eb3add1e3 (diff)
downloadframeworks_base-72bc790705f4ed9722a6a838205c69ceba6209d8.zip
frameworks_base-72bc790705f4ed9722a6a838205c69ceba6209d8.tar.gz
frameworks_base-72bc790705f4ed9722a6a838205c69ceba6209d8.tar.bz2
am 80c4cd1f: am bd9d9d3a: cherrypick from hc-mr2, updated adk installation instructions Change-Id: I6a0e21a79b81c3383d1fa05a4893bab5626dbe05
* commit '80c4cd1fd7d44fcacbff7d4903ce227eb3add1e3': cherrypick from hc-mr2, updated adk installation instructions Change-Id: I6a0e21a79b81c3383d1fa05a4893bab5626dbe05
-rw-r--r--docs/html/guide/topics/usb/adk.jd15
1 files changed, 8 insertions, 7 deletions
diff --git a/docs/html/guide/topics/usb/adk.jd b/docs/html/guide/topics/usb/adk.jd
index 99c5f92..4d5fbfa 100644
--- a/docs/html/guide/topics/usb/adk.jd
+++ b/docs/html/guide/topics/usb/adk.jd
@@ -281,16 +281,17 @@ page.title=Android Open Accessory Development Kit
<p>On Mac:</p>
<ol type="a">
- <li>Right-click on the Arduino application in Finder and select <strong>Show Package
- Contents</strong>.</li>
+ <li>Create, if it does not already exist, an <code>Arduino</code>
+ directory inside your user account's <code>Documents</code> directory, and within
+ that, a <code>libraries</code> directory.</li>
<li>Copy the <code>firmware/arduino_libs/AndroidAccessory</code> and
- <code>firmware/arduino_libs/USB_Host_Shield</code> directories (the complete directories,
- not just the files within) to the <code>Contents/Resources/Java/libraries</code> directory
- inside the Arduino application.</li>
+ <code>firmware/arduino_libs/USB_Host_Shield</code> directories (the
+ complete directories, not just the files within) to your
+ <code>Documents/Arduino/libraries/</code> directory.</li>
- <li>Create a <code>CapSense</code> directory in the
- <code>Contents/Resources/Java/libraries</code> directory.</li>
+ <li>Create a <code>CapSense</code> directory in your
+ <code>Documents/Arduino/libraries/</code> directory.</li>
<li>Copy <code>CapSense.cpp</code> and <code>CapSense.h</code> from the unzipped CapSense
download to the <code>CapSense</code> directory.</li>