blob: 7d47a72608e2704c648db985bc7c652483516b08 [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
Scott Main002618b2012-11-09 20:47:51 -080020<div class="col-7" style="margin-left:0">
Scott Main50e990c2012-06-21 17:14:39 -070021<h3>Full Java IDE</h3>
22
23 <ul>
Scott Main002618b2012-11-09 20:47:51 -080024 <li>Android-specific refactoring, quick fixes, integrated navigation between Java and 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>
Scott Main50e990c2012-06-21 17:14:39 -070027 <li>Build support for complex projects, command-line support for CI through Ant. Includes ProGuard and app-signing. </li>
Dirk Dougherty7547be02012-05-07 21:31:24 -070028 <li>Template-based wizard to create standard Android projects and components.</li>
Scott Main50e990c2012-06-21 17:14:39 -070029 </ul>
30</div>
31
Scott Main002618b2012-11-09 20:47:51 -080032
33<div class="col-6" style="margin-right:0">
34
Scott Main50e990c2012-06-21 17:14:39 -070035<h3>Graphical UI Builders</h3>
Scott Main50e990c2012-06-21 17:14:39 -070036 <ul>
37 <li>Build rich Android UI with drag and drop.
Dirk Dougherty77cfe912012-07-11 16:07:32 -070038 <li>Visualize your UI on tablets, phones, and other devices. Switch themes, locales, even platform versions instantly, without building.</li>
Scott Main002618b2012-11-09 20:47:51 -080039 <li>Visual refactoring lets you extracts layout for inclusion, convert layouts, extract styles.</li>
40 <li>Editor support for working with custom UI components.</li>
Scott Main50e990c2012-06-21 17:14:39 -070041 </ul>
Scott Main002618b2012-11-09 20:47:51 -080042
Scott Main50e990c2012-06-21 17:14:39 -070043</div>
44
Scott Main002618b2012-11-09 20:47:51 -080045
46<div class="col-7" style="clear:both;margin-left:0;">
47
48<h3>On-device Developer Options</h3>
49<ul>
50 <li>Enable debugging over USB.</li>
51 <li>Quickly capture bug reports onto the device.</li>
52 <li>Show CPU usage on screen.</li>
53 <li>Draw debugging information on screen such as layout bounds,
54 updates on GPU views and hardware layers, touch location, and others.</li>
55 <li>Plus many more options to simulate app stresses or enable debugging options.</li>
56</ul>
57<p>To access these on your device, open <em>Developer options</em> in the system Settings.
58If your device is running Android 4.2 or higher, you can access the settings with the
59<a href="http://play.google.com/store/apps/details?id=com.android.development_settings">Developer
60Settings</a> app.</p>
61
62</div>
63
64<div class="col-6" style="margin-right:0">
65 <img src="{@docRoot}images/tools/dev-options-inmilk.png" alt="" style="margin:-10px 0 0;">
66</div>
67
68
69<div class="col-7" style="clear:both;margin-left:0;">
Scott Main50e990c2012-06-21 17:14:39 -070070<h3>Develop on Hardware Devices</h3>
71
72 <ul>
73 <li>Use any commercial Android hardware device or multiple devices.</li>
Scott Main002618b2012-11-09 20:47:51 -080074 <li>Deploy your app to connected devices directy from the IDE.</li>
75 <li>Live, on-device debugging, testing, and profiling.</li>
Scott Main50e990c2012-06-21 17:14:39 -070076 </ul>
77</div>
78
Scott Main002618b2012-11-09 20:47:51 -080079<div class="col-6" style="margin-right:0">
Scott Main50e990c2012-06-21 17:14:39 -070080<h3>Develop on Virtual Devices</h3>
81 <ul>
82 <li>Emulate any device. Use custom screen sizes, keyboards, and other hardware components. </li>
83 <li>Advanced hardware emulation, including camera, sensors, multitouch, telephony.</li>
Scott Main002618b2012-11-09 20:47:51 -080084 <li>Develop and test for broad device compatibility.</li>
Scott Main50e990c2012-06-21 17:14:39 -070085 </ul>
86
87</div>
88
89<div style="margin-top:20px;"></div>
90
Scott Main002618b2012-11-09 20:47:51 -080091<div class="col-7" style="margin-left:0">
Scott Main50e990c2012-06-21 17:14:39 -070092<h3>Powerful Debugging</h3>
93
94 <ul>
Scott Main002618b2012-11-09 20:47:51 -080095 <li>Full Java debugger with on-device debugging and Android-specific tools.</li>
Dirk Dougherty7547be02012-05-07 21:31:24 -070096 <li>Built-in memory analysis, performance/CPU profiling, OpenGL ES tracing.</li>
Scott Main50e990c2012-06-21 17:14:39 -070097 <li>Graphical tools for debugging and optimizing UI, runtime inspecton of UI structure and performance.</li>
Scott Main002618b2012-11-09 20:47:51 -080098 <li>Runtime graphical analysis of your app's network bandwidth usage.</li>
Scott Main50e990c2012-06-21 17:14:39 -070099 </ul>
Scott Main50e990c2012-06-21 17:14:39 -0700100
Scott Main50e990c2012-06-21 17:14:39 -0700101<h3>Testing</h3>
102
103 <ul>
104 <li>Fully instrumentated, scriptable test environment.</li>
105 <li>Integrated reports using standard test UI.</li>
106 <li>Create and run unit tests on hardware devices or emulator.</li>
107 </ul>
108
109<h3>Native Development</h3>
110
111 <ul>
112 <li>Support for compiling and packaging existing code written in C or C++.</li>
113 <li>Support for packaging multiple architectures in a single binary, for broad compatibility.</li>
114 </ul>
115</div>
116
Scott Main002618b2012-11-09 20:47:51 -0800117<div class="col-6" style="margin-right:0">
118 <img src="{@docRoot}images/debugging-tall.png" align="left" style="margin-top:10px">
119</div>
120
121