Skip to content

Commit 85abb08

Browse files
scottamainAndroid (Google) Code Review
authored andcommitted
Merge "docs: update Tools landing page with info for developer options" into jb-mr1-dev
2 parents ba52aff + 002618b commit 85abb08

File tree

2 files changed

+47
-23
lines changed

2 files changed

+47
-23
lines changed
103 KB
Loading

docs/html/tools/index.jd

Lines changed: 47 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -17,68 +17,87 @@ page.title=Developer Tools
1717

1818
<div style="margin-top:20px;"></div>
1919

20-
<div class="col-6">
20+
<div class="col-7" style="margin-left:0">
2121
<h3>Full Java IDE</h3>
2222

2323
<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>
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>
2727
<li>Build support for complex projects, command-line support for CI through Ant. Includes ProGuard and app-signing. </li>
2828
<li>Template-based wizard to create standard Android projects and components.</li>
2929
</ul>
3030
</div>
3131

32-
<div class="col-6">
32+
33+
<div class="col-6" style="margin-right:0">
34+
3335
<h3>Graphical UI Builders</h3>
34-
3536
<ul>
3637
<li>Build rich Android UI with drag and drop.
3738
<li>Visualize your UI on tablets, phones, and other devices. Switch themes, locales, even platform versions instantly, without building.</li>
38-
<li>Visual refactoring lets you extracts layout for inclusion, convert layouts, extract styles</li>
39-
<li>Editor support for working with custom UI components</li>
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>
4041
</ul>
42+
43+
</div>
44+
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+
4162
</div>
4263

43-
<div class="col-6" style="clear:both">
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;">
4470
<h3>Develop on Hardware Devices</h3>
4571

4672
<ul>
4773
<li>Use any commercial Android hardware device or multiple devices.</li>
48-
<li>Deploy your app to connected devices directy from the IDE</li>
49-
<li>Live, on-device debugging, testing, and profiling</li>
74+
<li>Deploy your app to connected devices directy from the IDE.</li>
75+
<li>Live, on-device debugging, testing, and profiling.</li>
5076
</ul>
5177
</div>
5278

53-
<div class="col-6">
79+
<div class="col-6" style="margin-right:0">
5480
<h3>Develop on Virtual Devices</h3>
5581
<ul>
5682
<li>Emulate any device. Use custom screen sizes, keyboards, and other hardware components. </li>
5783
<li>Advanced hardware emulation, including camera, sensors, multitouch, telephony.</li>
58-
<li>Develop and test for broadest compatibility at lowest cost.</li>
84+
<li>Develop and test for broad device compatibility.</li>
5985
</ul>
6086

6187
</div>
6288

6389
<div style="margin-top:20px;"></div>
6490

65-
<div class="col-5">
91+
<div class="col-7" style="margin-left:0">
6692
<h3>Powerful Debugging</h3>
6793

6894
<ul>
69-
<li>Full Java debugger with on-device debugging and Android-specific tools</li>
95+
<li>Full Java debugger with on-device debugging and Android-specific tools.</li>
7096
<li>Built-in memory analysis, performance/CPU profiling, OpenGL ES tracing.</li>
7197
<li>Graphical tools for debugging and optimizing UI, runtime inspecton of UI structure and performance.</li>
72-
<li>Runtime graphical analysis of your app's network bandwidth usage.</li>
98+
<li>Runtime graphical analysis of your app's network bandwidth usage.</li>
7399
</ul>
74-
</div>
75-
76-
<div style="float:right;width:360px;padding-top:1em;">
77-
<img src="{@docRoot}images/debugging-tall.png" align="left">
78-
</div>
79100

80-
81-
<div class="col-6">
82101
<h3>Testing</h3>
83102

84103
<ul>
@@ -95,3 +114,8 @@ page.title=Developer Tools
95114
</ul>
96115
</div>
97116

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+

0 commit comments

Comments
 (0)