@@ -26,10 +26,12 @@ page.title=Accessory Development Kit 2012 Guide
2626
2727 <h2>See also</h2>
2828 <ol>
29+ <li><a href="https://developers.google.com/events/io/sessions/gooio2012/128/">
30+ Google I/O Session Video</a></li>
2931 <li><a href="aoa.html">Android Open Accessory Protocol</a></li>
3032 <li><a href="aoa2.html">Android Open Accessory Protocol 2.0</a></li>
31- <li><a href="{@docRoot}guide/topics/connectivity/usb/accessory.html">USB Accessory Dev
32- Guide</a></li>
33+ <li><a href="{@docRoot}guide/topics/connectivity/usb/accessory.html">
34+ USB Accessory Dev Guide</a></li>
3335 </ol>
3436 </div>
3537</div>
@@ -231,7 +233,12 @@ source repository. Follow the instructions below to obtain the source material f
231233system.</li>
232234 <li>Download and setup the {@code repo} tool, as described on the <a
233235href="http://source.android.com/source/downloading.html#installing-repo">Android open source
234- project</a> site.</li>
236+ project</a> site.
237+ <p class="note"><strong>Note:</strong> Developers using Windows must use a Linux compatibility
238+ package, such as <a href="http://www.cygwin.com/">cygwin</a>, to install and run {@code repo}.
239+ Within your compatibility environment, you must install {@code curl}, {@code git} and {@code
240+ python} to be able to download and use the {@code repo} tool.</p>
241+ </li>
235242 <li>In a terminal window, create a new directory for the downloaded source files, initialize and
236243synchronize a local repository:
237244<pre>
@@ -268,7 +275,7 @@ the ADK 2012 IDE.</p>
268275 href="http://java.oracle.com">java.oracle.com</a>.</li>
269276 <li>Download the ADK 2012 IDE for your development platform:
270277 <ul>
271- <li><a href="https://dl-ssl.google.com/android/adk/adk2012_ide-win32-20120626 .zip">
278+ <li><a href="https://dl-ssl.google.com/android/adk/adk2012_ide-win32-20120629 .zip">
272279 Windows</a></li>
273280 <li><a href="https://dl-ssl.google.com/android/adk/adk2012_ide-macosx-20120626.zip">
274281 Mac</a></li>
0 commit comments