Skip to content

Commit 7547be0

Browse files
committed
Set up preview SDK for jellybean.
Change-Id: I953cedece036e20f1eb56503a0c8492a0852ddc0
1 parent cdb3f9c commit 7547be0

File tree

10 files changed

+333
-3
lines changed

10 files changed

+333
-3
lines changed

docs/html/about/about_toc.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<li><a href="<?cs var:toroot?>about/start.html">Get Started</a></li>
77
</ul>
88
</li>
9-
109
<li class="nav-section">
1110
<div class="nav-section-header"><a href="<?cs var:toroot ?>about/versions/jelly-bean.html">
1211
<span class="en">Jelly Bean</span></a></div>

docs/html/about/versions/jelly-bean.jd

Lines changed: 331 additions & 0 deletions
Large diffs are not rendered by default.

docs/html/distribute/googleplay/publish/preparing.jd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ Play. </p>
6262
<ul style="margin-top:-.5em;">
6363
<li><strong><a href="{@docRoot}tools/publishing/publishing_overview.html">General Publishing Overview</a></strong> &mdash; Start here for an overview of publishing options for Android apps.</li>
6464
<li><strong><a href="{@docRoot}tools/publishing/preparing.html">Preparing for Release</a></strong> &mdash; Developer documentation on how to build the signed, release-ready APK. This process is the same for all Android apps. </li>
65-
<li><strong><a href="{@docRoot}distribute/googleplay/publish/publishing.html">Publishing on Google Play</a></strong> &mdash; Publishing process specific to Android apps being published on Google Play.</li>
6665
</ul>
6766
</td>
6867
</tr>
479 KB
Loading
138 KB
Loading
142 KB
Loading

docs/html/images/jb-appwidgets.png

143 KB
Loading

docs/html/images/jb-notif-ex.png

135 KB
Loading

docs/html/images/jb-r2l.png

41.1 KB
Loading

docs/html/tools/index.jd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ page.title=Developer Tools
2525
<li>Enhanced XML editors for Android XML resources</li>
2626
<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>
28+
<li>Template-based wizard to create standard Android projects and components.</li>
2829
</ul>
2930
</div>
3031

@@ -66,7 +67,7 @@ page.title=Developer Tools
6667

6768
<ul>
6869
<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>Built-in memory analysis, performance/CPU profiling, OpenGL ES tracing.</li>
7071
<li>Graphical tools for debugging and optimizing UI, runtime inspecton of UI structure and performance.</li>
7172
<li>Runtime graphical analysis of your app's network bandwidth usage.</li>
7273
</ul>

0 commit comments

Comments
 (0)