Skip to content

Commit c327025

Browse files
joefernandezAndroid (Google) Code Review
authored andcommitted
Merge "docs: ADK2 update for new IDE download files and instructions" into jb-dev
2 parents e1c6947 + caa008f commit c327025

File tree

1 file changed

+21
-15
lines changed

1 file changed

+21
-15
lines changed

docs/html/tools/adk/adk2.jd

Lines changed: 21 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -257,28 +257,34 @@ working with the ADK 2012:</p>
257257

258258
<h3 id="dev-setup">Setting Up the Development Environment</h3>
259259

260-
<p>The ADK 2012 source code repository includes an integrated development environment (IDE) that you
261-
can use to develop software for and program the ADK 2012 accessory. The following instructions
262-
explain how to build and run the ADK 2012 IDE.</p>
260+
<p>The ADK 2012 comes with an integrated development environment (IDE) that you use to develop
261+
software and program the ADK 2012 accessory. The following instructions explain how to setup and run
262+
the ADK 2012 IDE.</p>
263263

264-
<p>To set up, build and run the ADK 2012 IDE:</p>
264+
<p>To set up and run the ADK 2012 IDE:</p>
265265

266266
<ol>
267-
<li><a href="#src-download">Download</a> the ADK 2012 source code files.</li>
268267
<li>Download and install the Java Development Kit 6 or higher from <a
269-
href="http://java.oracle.com">java.oracle.com</a>.</li>
270-
<li>Download and install <a href="http://ant.apache.org/">Apache Ant</a>.</li>
271-
<li>In a terminal window, navigate to {@code &lt;adk-source-download&gt;/external/ide/build}
272-
and execute the following command to build the ADK 2012 IDE:
273-
<pre>$> ant</pre>
268+
href="http://java.oracle.com">java.oracle.com</a>.</li>
269+
<li>Download the ADK 2012 IDE for your development platform:
270+
<ul>
271+
<li><a href="https://dl-ssl.google.com/android/adk/adk2012_ide-win32-20120626.zip">
272+
Windows</a></li>
273+
<li><a href="https://dl-ssl.google.com/android/adk/adk2012_ide-macosx-20120626.zip">
274+
Mac</a></li>
275+
<li>Linux
276+
<a href="https://dl-ssl.google.com/android/adk/adk2012_ide-linux32-20120626.tgz">32bit</a>,
277+
<a href="https://dl-ssl.google.com/android/adk/adk2012_ide-linux64-20120626.tgz">64bit</a>
278+
</li>
279+
</ul>
274280
</li>
275-
<li>After the build successfully completes, execute the following command to run the ADK 2012
276-
IDE:
277-
<pre>$> ant run</pre></li>
281+
<li>Unpack the downloaded archive.</li>
282+
<li>Run the application by navigating to the unpacked {@code ADK2012_IDE/} folder and execute
283+
the {@code arduino} file.</li>
278284
</ol>
279285

280-
<p>After you have successfully built and run the ADK 2012 IDE, you must configure it to use the
281-
ADK 2012 library.</p>
286+
<p>After you have successfully installed and run the ADK 2012 IDE, you must configure it to use
287+
the ADK 2012 library.</p>
282288

283289
<p>To configure the ADK 2012 IDE for use with the ADK libraries:</p>
284290

0 commit comments

Comments
 (0)