Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 87e8ab37 authored by Joe Malin's avatar Joe Malin Committed by Android Git Automerger
Browse files

am b56cb53f: Merge "DOC CHANGE: Add IntelliJ to Dev Guide" into honeycomb

* commit 'b56cb53f':
  DOC CHANGE: Add IntelliJ to Dev Guide
parents 0175e945 b56cb53f
Loading
Loading
Loading
Loading
+41 −4
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ page.title=Introduction
      before continuing.</p>
    </li>

    <li>Set up Android Virtual Devices or hardware devices</a>.
    <li>Set up Android Virtual Devices or hardware devices.

      <p>You need to create Android Virtual Devices (AVD) or connect hardware devices on which
      you will install your applications.</p>
@@ -115,3 +115,40 @@ information.
<p>For more information on the tools provided with the Android SDK, see the
  <a href="{@docRoot}guide/developing/tools/index.html">Tools</a> section of the documentation.</p>
  
<h2 id="ThirdParty">Third-Party Development Tools</h2>
<p>
	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.
</p>  
<h3 id="IntelliJ">Developing in IntelliJ IDEA</h3>
<div style="float: right">
<img alt="The IntelliJ graphical user interface" height="500px" src="{@docRoot}images/developing/intellijidea_android_ide.png"/>
</div>
<p>
	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.
</p>
<p>
	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.
</p>
<p>
	<strong>Links:</strong>
</p>
<ul>
	<li>
    	<a href="http://www.jetbrains.com/idea">IntelliJ IDEA official website</a>
</li>
	<li>
    	<a href="http://www.jetbrains.com/idea/features/google_android.html">Android support in IntelliJ IDEA</a>
</li>
	<li>
    	<a href="http://wiki.jetbrains.net/intellij/Android">IntelliJ IDEA Android Tutorials</a>
	</li>
</ul> 
+330 KiB
Loading image diff...