Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1 | page.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 Main | 002618b | 2012-11-09 20:47:51 -0800 | [diff] [blame^] | 20 | <div class="col-7" style="margin-left:0"> |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 21 | <h3>Full Java IDE</h3> |
| 22 | |
| 23 | <ul> |
Scott Main | 002618b | 2012-11-09 20:47:51 -0800 | [diff] [blame^] | 24 | <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 Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 27 | <li>Build support for complex projects, command-line support for CI through Ant. Includes ProGuard and app-signing. </li> |
Dirk Dougherty | 7547be0 | 2012-05-07 21:31:24 -0700 | [diff] [blame] | 28 | <li>Template-based wizard to create standard Android projects and components.</li> |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 29 | </ul> |
| 30 | </div> |
| 31 | |
Scott Main | 002618b | 2012-11-09 20:47:51 -0800 | [diff] [blame^] | 32 | |
| 33 | <div class="col-6" style="margin-right:0"> |
| 34 | |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 35 | <h3>Graphical UI Builders</h3> |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 36 | <ul> |
| 37 | <li>Build rich Android UI with drag and drop. |
Dirk Dougherty | 77cfe91 | 2012-07-11 16:07:32 -0700 | [diff] [blame] | 38 | <li>Visualize your UI on tablets, phones, and other devices. Switch themes, locales, even platform versions instantly, without building.</li> |
Scott Main | 002618b | 2012-11-09 20:47:51 -0800 | [diff] [blame^] | 39 | <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 Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 41 | </ul> |
Scott Main | 002618b | 2012-11-09 20:47:51 -0800 | [diff] [blame^] | 42 | |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 43 | </div> |
| 44 | |
Scott Main | 002618b | 2012-11-09 20:47:51 -0800 | [diff] [blame^] | 45 | |
| 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. |
| 58 | If 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 |
| 60 | Settings</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 Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 70 | <h3>Develop on Hardware Devices</h3> |
| 71 | |
| 72 | <ul> |
| 73 | <li>Use any commercial Android hardware device or multiple devices.</li> |
Scott Main | 002618b | 2012-11-09 20:47:51 -0800 | [diff] [blame^] | 74 | <li>Deploy your app to connected devices directy from the IDE.</li> |
| 75 | <li>Live, on-device debugging, testing, and profiling.</li> |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 76 | </ul> |
| 77 | </div> |
| 78 | |
Scott Main | 002618b | 2012-11-09 20:47:51 -0800 | [diff] [blame^] | 79 | <div class="col-6" style="margin-right:0"> |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 80 | <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 Main | 002618b | 2012-11-09 20:47:51 -0800 | [diff] [blame^] | 84 | <li>Develop and test for broad device compatibility.</li> |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 85 | </ul> |
| 86 | |
| 87 | </div> |
| 88 | |
| 89 | <div style="margin-top:20px;"></div> |
| 90 | |
Scott Main | 002618b | 2012-11-09 20:47:51 -0800 | [diff] [blame^] | 91 | <div class="col-7" style="margin-left:0"> |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 92 | <h3>Powerful Debugging</h3> |
| 93 | |
| 94 | <ul> |
Scott Main | 002618b | 2012-11-09 20:47:51 -0800 | [diff] [blame^] | 95 | <li>Full Java debugger with on-device debugging and Android-specific tools.</li> |
Dirk Dougherty | 7547be0 | 2012-05-07 21:31:24 -0700 | [diff] [blame] | 96 | <li>Built-in memory analysis, performance/CPU profiling, OpenGL ES tracing.</li> |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 97 | <li>Graphical tools for debugging and optimizing UI, runtime inspecton of UI structure and performance.</li> |
Scott Main | 002618b | 2012-11-09 20:47:51 -0800 | [diff] [blame^] | 98 | <li>Runtime graphical analysis of your app's network bandwidth usage.</li> |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 99 | </ul> |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 100 | |
Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 101 | <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 Main | 002618b | 2012-11-09 20:47:51 -0800 | [diff] [blame^] | 117 | <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 | |