From e23ae889a4fd72eabd9634d7cb71eb32705d72ec Mon Sep 17 00:00:00 2001 From: Joe Malin Date: Tue, 8 Mar 2011 16:36:25 -0800 Subject: DOC CHANGE: Add IntelliJ to Dev Guide Change-Id: Ib9124c643b727ef1959da9ac33d9b5af4aa434c1 --- docs/html/guide/developing/index.jd | 45 +++++++++++++++++++-- .../images/developing/intellijidea_android_ide.png | Bin 0 -> 338238 bytes 2 files changed, 41 insertions(+), 4 deletions(-) create mode 100644 docs/html/images/developing/intellijidea_android_ide.png diff --git a/docs/html/guide/developing/index.jd b/docs/html/guide/developing/index.jd index 3a64dbc..4257bf0 100644 --- a/docs/html/guide/developing/index.jd +++ b/docs/html/guide/developing/index.jd @@ -23,7 +23,7 @@ page.title=Introduction before continuing.

-
  • Set up Android Virtual Devices or hardware devices. +
  • Set up Android Virtual Devices or hardware devices.

    You need to create Android Virtual Devices (AVD) or connect hardware devices on which you will install your applications.

    @@ -66,8 +66,8 @@ information. run tests within an emulator or device.

  • - -

    Essential command line tools

    + +

    Essential command line tools

    When developing in IDEs or editors other than Eclipse, be familiar with all of the tools below, because you will have to run them from the command line.

    @@ -112,6 +112,43 @@ information. Eclipse, such as the adb shell commands. You might also need to call Keytool and Jarsigner to sign your applications, but you can set up Eclipse to do this automatically as well.

    -

    For more information on the tools provided with the Android SDK, see the +

    For more information on the tools provided with the Android SDK, see the Tools section of the documentation.

    + +

    Third-Party Development Tools

    +

    + The tools described in this section are not developed by the Android SDK team. The Android Dev Guide + does not provide documentation for these tools. Please refer to the linked documents in each + section for documentation. +

    +

    Developing in IntelliJ IDEA

    +
    +The IntelliJ graphical user interface +
    +

    + IntelliJ IDEA is a powerful Java IDE from JetBrains that provides + full-cycle Android development support in both the free Community + Edition and the Ultimate edition. +

    +

    + The IDE ensures compatibility with the latest Android SDK and offers a + smart code editor with completion, quick navigation between code and + resources, a graphical debugger, unit testing support using Android + Testing Framework, and the ability to run applications in either the + emulator or a USB-connected device. +

    +

    + Links: +

    + diff --git a/docs/html/images/developing/intellijidea_android_ide.png b/docs/html/images/developing/intellijidea_android_ide.png new file mode 100644 index 0000000..b73a4e9 Binary files /dev/null and b/docs/html/images/developing/intellijidea_android_ide.png differ -- cgit v1.1