Other 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 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.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.

更多详情请参见其wiki网站:http://wiki.jetbrains.net/intellij/Android以及Android
support in IntelliJ IDEA