Merge "docs: version notes for tools 11" into honeycomb-mr1
This commit is contained in:
@@ -113,7 +113,8 @@ class="new">new!</span></li>
|
|||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="<?cs var:toroot ?>sdk/tools-notes.html">SDK Tools, r10</a> <span class="new">new!</span></li>
|
<li><a href="<?cs var:toroot ?>sdk/tools-notes.html">SDK Tools, r11</a> <span
|
||||||
|
class="new">new!</span></li>
|
||||||
<li><a href="<?cs var:toroot ?>sdk/win-usb.html">Google USB Driver, r4</a></li>
|
<li><a href="<?cs var:toroot ?>sdk/win-usb.html">Google USB Driver, r4</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
@@ -137,7 +138,7 @@ class="new">new!</span></li>
|
|||||||
<span style="display:none" class="ja"></span>
|
<span style="display:none" class="ja"></span>
|
||||||
<span style="display:none" class="zh-CN"></span>
|
<span style="display:none" class="zh-CN"></span>
|
||||||
<span style="display:none" class="zh-TW"></span></a>
|
<span style="display:none" class="zh-TW"></span></a>
|
||||||
<span class="new">new!</span></li>
|
<!-- <span class="new">new!</span> --></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
|
|||||||
@@ -70,6 +70,33 @@ SDK Tools, Revision 10</a> <em>(February 2011)</em>
|
|||||||
<dl>
|
<dl>
|
||||||
<dt>Dependencies:</dt>
|
<dt>Dependencies:</dt>
|
||||||
<dd>
|
<dd>
|
||||||
|
<p>If you are developing in Eclipse with ADT, note that the SDK Tools r11 is designed for use with
|
||||||
|
ADT 10.0.1 and later. If you haven't already, we highly recommend updating your <a
|
||||||
|
href="{@docRoot}sdk/eclipse-adt.html">ADT Plugin</a> to 10.0.1.</p>
|
||||||
|
|
||||||
|
<p>If you are developing outside Eclipse, you must have <a href="http://ant.apache.org/">Apache
|
||||||
|
Ant</a> 1.8 or later.</p>
|
||||||
|
|
||||||
|
<dt>General notes:</dt>
|
||||||
|
<dd>
|
||||||
|
<ul>
|
||||||
|
<li>Miscellaneous emulator changes to support Android 3.1.</li>
|
||||||
|
</ul>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="toggleable closed">
|
||||||
|
<a href="#" onclick="return toggleDiv(this)">
|
||||||
|
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px"
|
||||||
|
width="9px" />
|
||||||
|
SDK Tools, Revision 10</a> <em>(February 2011)</em>
|
||||||
|
<div class="toggleme">
|
||||||
|
<dl>
|
||||||
|
<dt>Dependencies:</dt>
|
||||||
|
<dd>
|
||||||
<p>If you are developing in Eclipse with ADT, note that the SDK Tools r10 is
|
<p>If you are developing in Eclipse with ADT, note that the SDK Tools r10 is
|
||||||
designed for use with ADT 10.0.0 and later. After installing SDK Tools r10, we
|
designed for use with ADT 10.0.0 and later. After installing SDK Tools r10, we
|
||||||
highly recommend updating your ADT Plugin to 10.0.0.</p>
|
highly recommend updating your ADT Plugin to 10.0.0.</p>
|
||||||
@@ -80,7 +107,8 @@ Ant</a> 1.8 or later.</p>
|
|||||||
<dt>General notes:</dt>
|
<dt>General notes:</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<ul>
|
<ul>
|
||||||
<li>The tools now automatically generate Java Programming Language source files (in the <code>gen</code> directory) and
|
<li>The tools now automatically generate Java Programming Language source files (in the
|
||||||
|
<code>gen</code> directory) and
|
||||||
bytecode (in the <code>res/raw</code> directory) from your native <code>.rs</code> files</li>
|
bytecode (in the <code>res/raw</code> directory) from your native <code>.rs</code> files</li>
|
||||||
</ul>
|
</ul>
|
||||||
</dd>
|
</dd>
|
||||||
@@ -400,7 +428,7 @@ main and test projects.</li>
|
|||||||
<dt>DDMS:</dt>
|
<dt>DDMS:</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Adds a button to dump HPROF file for running appplications (app must be able
|
<li>Adds a button to dump HPROF file for running applications (app must be able
|
||||||
to write to the sdcard).</li>
|
to write to the sdcard).</li>
|
||||||
<li>Button to start/stop profiling of a running application (app must be able to
|
<li>Button to start/stop profiling of a running application (app must be able to
|
||||||
write to the sdcard). Upon stop, Traceview will automatically be launched to
|
write to the sdcard). Upon stop, Traceview will automatically be launched to
|
||||||
|
|||||||
Reference in New Issue
Block a user