diff options
| author | 2012-05-07 21:31:24 -0700 | |
|---|---|---|
| committer | 2012-06-26 22:44:38 -0700 | |
| commit | 7547be054261ad8ef9176bf6fa74df80b417ba90 (patch) | |
| tree | 2c28dac9b4ac9cd3ccc817bb27910e4bc674d3e8 /docs/html/tools | |
| parent | cdb3f9c45b97a64380f044c6b8c1863c1ba58b6a (diff) | |
Set up preview SDK for jellybean.
Change-Id: I953cedece036e20f1eb56503a0c8492a0852ddc0
Diffstat (limited to 'docs/html/tools')
| -rw-r--r-- | docs/html/tools/index.jd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/html/tools/index.jd b/docs/html/tools/index.jd index 929f849c9392..ab7d9a6a0e8c 100644 --- a/docs/html/tools/index.jd +++ b/docs/html/tools/index.jd @@ -25,6 +25,7 @@ page.title=Developer Tools <li>Enhanced XML editors for Android XML resources</li> <li>Static analysis tools to catch performance, usability, and correctness problems</li> <li>Build support for complex projects, command-line support for CI through Ant. Includes ProGuard and app-signing. </li> + <li>Template-based wizard to create standard Android projects and components.</li> </ul> </div> @@ -66,7 +67,7 @@ page.title=Developer Tools <ul> <li>Full Java debugger with on-device debugging and Android-specidic tools</li> - <li>Built-in memory analysis, performance/CPU profiling.</li> + <li>Built-in memory analysis, performance/CPU profiling, OpenGL ES tracing.</li> <li>Graphical tools for debugging and optimizing UI, runtime inspecton of UI structure and performance.</li> <li>Runtime graphical analysis of your app's network bandwidth usage.</li> </ul> |