blob: 929f849c9392f783ed7de3b6780b013859854044 [file] [log] [blame]
Scott Main50e990c2012-06-21 17:14:39 -07001page.title=Developer Tools
2@jd:body
3
4
5<img src="{@docRoot}images/tools-home.png" style="float:right;" height="415" width="763" />
6
7<div style="position:relative;height:0">
8<div style="position:absolute;width:420px">
9 <p>The Android Developer Tools (ADT) plugin for Eclipse provides
10 a professional-grade development environment for building
11 Android apps. It's a full Java IDE with advanced features to help you build, test, debug,
12 and package your Android apps. </p>
13 <p>Free, open-source, and runs on most major OS platforms.<br>To get started,
14 <a href="{@docRoot}sdk/index.html">download the Android SDK.</a></p>
15</div>
16</div>
17
18<div style="margin-top:20px;"></div>
19
20<div class="col-6">
21<h3>Full Java IDE</h3>
22
23 <ul>
24 <li>Android-specific refactoring, quick fixes, integrated navigation between Java and Android XML resources.</li>
25 <li>Enhanced XML editors for Android XML resources</li>
26 <li>Static analysis tools to catch performance, usability, and correctness problems</li>
27 <li>Build support for complex projects, command-line support for CI through Ant. Includes ProGuard and app-signing. </li>
28 </ul>
29</div>
30
31<div class="col-6">
32<h3>Graphical UI Builders</h3>
33
34 <ul>
35 <li>Build rich Android UI with drag and drop.
36 <li>Vsualize your UI on tablets, phones, and other devices. Switch themes, locales, even plaform versions instantly, without building.</li>
37 <li>Visual refactoring lets you extracts layout for inclusion, convert layouts, extract styles</li>
38 <li>Editor support for working with custom UI components</li>
39 </ul>
40</div>
41
42<div class="col-6" style="clear:both">
43<h3>Develop on Hardware Devices</h3>
44
45 <ul>
46 <li>Use any commercial Android hardware device or multiple devices.</li>
47 <li>Deploy your app to connected devices directy from the IDE</li>
48 <li>Live, on-device debugging, testing, and profiling</li>
49 </ul>
50</div>
51
52<div class="col-6">
53<h3>Develop on Virtual Devices</h3>
54 <ul>
55 <li>Emulate any device. Use custom screen sizes, keyboards, and other hardware components. </li>
56 <li>Advanced hardware emulation, including camera, sensors, multitouch, telephony.</li>
57 <li>Develop and test for broadest compatibility at lowest cost.</li>
58 </ul>
59
60</div>
61
62<div style="margin-top:20px;"></div>
63
64<div class="col-5">
65<h3>Powerful Debugging</h3>
66
67 <ul>
68 <li>Full Java debugger with on-device debugging and Android-specidic tools</li>
69 <li>Built-in memory analysis, performance/CPU profiling.</li>
70 <li>Graphical tools for debugging and optimizing UI, runtime inspecton of UI structure and performance.</li>
71 <li>Runtime graphical analysis of your app's network bandwidth usage.</li>
72 </ul>
73</div>
74
75<div style="float:right;width:360px;padding-top:1em;">
76 <img src="{@docRoot}images/debugging-tall.png" align="left">
77</div>
78
79
80<div class="col-6">
81<h3>Testing</h3>
82
83 <ul>
84 <li>Fully instrumentated, scriptable test environment.</li>
85 <li>Integrated reports using standard test UI.</li>
86 <li>Create and run unit tests on hardware devices or emulator.</li>
87 </ul>
88
89<h3>Native Development</h3>
90
91 <ul>
92 <li>Support for compiling and packaging existing code written in C or C++.</li>
93 <li>Support for packaging multiple architectures in a single binary, for broad compatibility.</li>
94 </ul>
95</div>
96