summaryrefslogtreecommitdiffstats
path: root/docs/html
diff options
context:
space:
mode:
authorJoe Fernandez <joefernandez@google.com>2012-07-11 15:50:35 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-07-11 15:50:35 -0700
commit82c815500e7d73befd85df4ceca04ae00814d9c1 (patch)
treec03420afe699f750a43750e6dc2276fb0156663e /docs/html
parentdcddea95301641e3dc9692ed7d70127085458a24 (diff)
parentd2d6c09a85e1dc6110f72b5d8ec72739b16424e0 (diff)
downloadframeworks_base-82c815500e7d73befd85df4ceca04ae00814d9c1.zip
frameworks_base-82c815500e7d73befd85df4ceca04ae00814d9c1.tar.gz
frameworks_base-82c815500e7d73befd85df4ceca04ae00814d9c1.tar.bz2
Merge "docs: ADK 2012 IDE for Windows download link update, plus minor content fixes/updates" into jb-dev
Diffstat (limited to 'docs/html')
-rw-r--r--docs/html/tools/adk/adk2.jd15
1 files changed, 11 insertions, 4 deletions
diff --git a/docs/html/tools/adk/adk2.jd b/docs/html/tools/adk/adk2.jd
index ee9c0d8..d5be8ab 100644
--- a/docs/html/tools/adk/adk2.jd
+++ b/docs/html/tools/adk/adk2.jd
@@ -26,10 +26,12 @@ page.title=Accessory Development Kit 2012 Guide
<h2>See also</h2>
<ol>
+ <li><a href="https://developers.google.com/events/io/sessions/gooio2012/128/">
+ Google I/O Session Video</a></li>
<li><a href="aoa.html">Android Open Accessory Protocol</a></li>
<li><a href="aoa2.html">Android Open Accessory Protocol 2.0</a></li>
- <li><a href="{@docRoot}guide/topics/connectivity/usb/accessory.html">USB Accessory Dev
- Guide</a></li>
+ <li><a href="{@docRoot}guide/topics/connectivity/usb/accessory.html">
+ USB Accessory Dev Guide</a></li>
</ol>
</div>
</div>
@@ -231,7 +233,12 @@ source repository. Follow the instructions below to obtain the source material f
system.</li>
<li>Download and setup the {@code repo} tool, as described on the <a
href="http://source.android.com/source/downloading.html#installing-repo">Android open source
-project</a> site.</li>
+project</a> site.
+ <p class="note"><strong>Note:</strong> Developers using Windows must use a Linux compatibility
+package, such as <a href="http://www.cygwin.com/">cygwin</a>, to install and run {@code repo}.
+Within your compatibility environment, you must install {@code curl}, {@code git} and {@code
+python} to be able to download and use the {@code repo} tool.</p>
+ </li>
<li>In a terminal window, create a new directory for the downloaded source files, initialize and
synchronize a local repository:
<pre>
@@ -268,7 +275,7 @@ the ADK 2012 IDE.</p>
href="http://java.oracle.com">java.oracle.com</a>.</li>
<li>Download the ADK 2012 IDE for your development platform:
<ul>
- <li><a href="https://dl-ssl.google.com/android/adk/adk2012_ide-win32-20120626.zip">
+ <li><a href="https://dl-ssl.google.com/android/adk/adk2012_ide-win32-20120629.zip">
Windows</a></li>
<li><a href="https://dl-ssl.google.com/android/adk/adk2012_ide-macosx-20120626.zip">
Mac</a></li>