From caa008fdfb214ff14ce430d854ba9f20e680ec71 Mon Sep 17 00:00:00 2001 From: Joe Fernandez Date: Wed, 27 Jun 2012 23:33:20 -0700 Subject: docs: ADK2 update for new IDE download files and instructions Change-Id: Id0e3e42a0a0c19afafa039f9df6763ae337b1f0b --- docs/html/tools/adk/adk2.jd | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) (limited to 'docs/html/tools') diff --git a/docs/html/tools/adk/adk2.jd b/docs/html/tools/adk/adk2.jd index 6ee4a46be5f9..d0d8831c32c6 100644 --- a/docs/html/tools/adk/adk2.jd +++ b/docs/html/tools/adk/adk2.jd @@ -257,28 +257,34 @@ working with the ADK 2012:

Setting Up the Development Environment

-

The ADK 2012 source code repository includes an integrated development environment (IDE) that you -can use to develop software for and program the ADK 2012 accessory. The following instructions -explain how to build and run the ADK 2012 IDE.

+

The ADK 2012 comes with an integrated development environment (IDE) that you use to develop +software and program the ADK 2012 accessory. The following instructions explain how to setup and run +the ADK 2012 IDE.

-

To set up, build and run the ADK 2012 IDE:

+

To set up and run the ADK 2012 IDE:

    -
  1. Download the ADK 2012 source code files.
  2. Download and install the Java Development Kit 6 or higher from java.oracle.com.
  3. -
  4. Download and install Apache Ant.
  5. -
  6. In a terminal window, navigate to {@code <adk-source-download>/external/ide/build} -and execute the following command to build the ADK 2012 IDE: -
    $> ant
    + href="http://java.oracle.com">java.oracle.com.
  7. +
  8. Download the ADK 2012 IDE for your development platform: +
  9. -
  10. After the build successfully completes, execute the following command to run the ADK 2012 -IDE: -
    $> ant run
  11. +
  12. Unpack the downloaded archive.
  13. +
  14. Run the application by navigating to the unpacked {@code ADK2012_IDE/} folder and execute + the {@code arduino} file.
-

After you have successfully built and run the ADK 2012 IDE, you must configure it to use the -ADK 2012 library.

+

After you have successfully installed and run the ADK 2012 IDE, you must configure it to use +the ADK 2012 library.

To configure the ADK 2012 IDE for use with the ADK libraries:

-- cgit v1.2.3-59-g8ed1b