Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 490463ff authored by Robert Ly's avatar Robert Ly
Browse files

docs: tools/adt r15 rel notes

Change-Id: I346b75e7286e5a289c145990bf8e193469a0ac8b
parent be25d5b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ class="toggle-content-img" alt="" />
<dt>Initial release. SDK Tools r14 or higher is required.
  <p class="caution"><strong>Important:</strong> To download the new Android
  4.0 system components from the Android SDK Manager, you must first update the
  SDK tools to revision 14 and restart the Android SDK Manager. If you do not,
  SDK tools to revision 14 or later and restart the Android SDK Manager. If you do not,
  the Android 4.0 system components will not be available for download.</p>
</dt>
</dl>
+35 −4
Original line number Diff line number Diff line
page.title=ADT Plugin for Eclipse
adt.zip.version=14.0.0
adt.zip.download=ADT-14.0.0.zip
adt.zip.bytes=6747816
adt.zip.checksum=3883973cd229dc4336911117af949509
adt.zip.version=15.0.0
adt.zip.download=ADT-15.0.0.zip
adt.zip.bytes=6750682
adt.zip.checksum=264f40a89a1107b0c422adae4e1ce0d1

@jd:body

@@ -113,6 +113,37 @@ padding: .25em 1em;
  <a href="#" onclick="return toggleDiv(this)">
        <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px"
width="9px" />
ADT 15.0.0</a> <em>(October 2011)</em>
  <div class="toggleme">
<dl>

<dt>Dependencies:</dt>

<dd>ADT 15.0.0 is designed for use with <a href="{@docRoot}sdk/tools-notes.html">SDK Tools r15</a>.
If you haven't already installed SDK Tools r15 into your SDK, use the Android SDK and AVD Manager to
do so.</dd>

<dt>Bug fixes:</dt>
<dd>
<ul>
  <li>Fixed build issue when using Renderscript in projects that target API levels 11-13
    (<a href="http://code.google.com/p/android/issues/detail?id=21006">Issue 21006</a>).</li>
  <li>Fixed issue when creating projects from existing source code.</li>
  <li>Fixed issues in the SDK Manager
    (<a href="http://code.google.com/p/android/issues/detail?id=20939">Issue 20939</a>,
    <a href="http://code.google.com/p/android/issues/detail?id=20607">Issue 20607</a>).</li>
  <li>Fixed scrolling issue in the new Logcat panel of DDMS.</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" />
ADT 14.0.0</a> <em>(October 2011)</em>
  <div class="toggleme">
<dl>
+17 −16
Original line number Diff line number Diff line
page.title=Android SDK
sdk.redirect=0

sdk.win_installer=installer_r14-windows.exe
sdk.win_installer_bytes=33853391
sdk.win_installer_checksum=4f1cb329a41328c2cee2908b31ae6f6b
sdk.win_installer=installer_r15-windows.exe
sdk.win_installer_bytes=33902520
sdk.win_installer_checksum=ee8481cb86a6646a4d963d5142902c5c

sdk.win_download=android-sdk_r14-windows.zip
sdk.win_bytes=33846273
sdk.win_checksum=48d44ae4cfcadede68621acb53caee80
sdk.win_download=android-sdk_r15-windows.zip
sdk.win_bytes=33895447
sdk.win_checksum=cc2aadf7120d12b574981461736a96e9

sdk.mac_download=android-sdk_r14-macosx.zip
sdk.mac_bytes=30428734
sdk.mac_checksum=812887018435382de8486f3bb26a5db4
sdk.mac_download=android-sdk_r15-macosx.zip
sdk.mac_bytes=30469921
sdk.mac_checksum=03d2cdd3565771e8c7a438f1c40cc8a5

sdk.linux_download=android-sdk_r14-linux.tgz
sdk.linux_bytes=26075938
sdk.linux_checksum=35c989ff67184766dc4960813ede8ab5
sdk.linux_download=android-sdk_r15-linux.tgz
sdk.linux_bytes=26124434
sdk.linux_checksum=f529681fd1eda11c6e1e1d44b42c1432
  
@jd:body

@@ -44,3 +44,4 @@ then read the guide to <a href="installing.html">Installing the SDK</a>.</p>
development environment, read the guide to <a href="installing.html">Installing the SDK</a>.</p>

</div>
+3 −3
Original line number Diff line number Diff line
@@ -150,8 +150,8 @@ class="new">new!</span></li>
      </li>
    </ul>
    <ul>
      <li><a href="<?cs var:toroot ?>sdk/tools-notes.html">SDK Tools, r14</a>
      <span class="new">new!</span></li>
      <li><a href="<?cs var:toroot ?>sdk/tools-notes.html">SDK Tools, r15</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/compatibility-library.html">Support Package, r4</a>
      <span class="new">new!</span></li>
@@ -169,7 +169,7 @@ class="new">new!</span></li>
      <span style="display:none" class="zh-TW"></span>
      </h2>
    <ul>
      <li><a href="<?cs var:toroot ?>sdk/eclipse-adt.html">ADT 14.0.0
      <li><a href="<?cs var:toroot ?>sdk/eclipse-adt.html">ADT 15.0.0
      <span style="display:none" class="de"></span>
      <span style="display:none" class="es"></span>
      <span style="display:none" class="fr"></span>
+48 −0
Original line number Diff line number Diff line
@@ -65,9 +65,57 @@ padding: .25em 1em;
}
</style>


<div class="toggleable opened">
  <a href="#" onclick="return toggleDiv(this)">
    <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px"
    width="9px" />SDK Tools, Revision 15</a> <em>(October 2011)</em>

  <div class="toggleme">
    <p class="caution"><strong>Important:</strong> To download the new Android
    4.0 system components from the Android SDK Manager, you must first update the
    SDK tools to revision 14 or later and restart the Android SDK Manager. If you do not,
    the Android 4.0 system components will not be available for download.</p>
  <dl>
<dt>Dependencies:</dt>
<dd>
  <ul><li>Android SDK Platform-tools revision 9 or later.</li>
  <li>If you are developing in Eclipse with ADT, note that the SDK Tools r15 is designed for use
  with ADT 15.0.0 and later. If you haven't already, we highly recommend updating your <a
  href="{@docRoot}sdk/eclipse-adt.html">ADT Plugin</a> to 15.0.0.</li>
  <li>If you are developing outside Eclipse, you must have <a href="http://ant.apache.org/">Apache
  Ant</a> 1.8 or later.</li>
</ul>

<dt>Bug fixes:</dt>
<dd>
  <ul>
    <li>Fixed emulator crash on Linux due to improper webcam detection
    (<a href="http://code.google.com/p/android/issues/detail?id=20952">Issue 20952</a>).</li>
    <li>Fixed emulator issue when using the <code>-wipe-data</code> argument.</li>
    <li>Fixed build issue when using Renderscript in projects that target API levels 11-13
    (<a href="http://code.google.com/p/android/issues/detail?id=21006">Issue 21006</a>).</li>
    <li>Fixed issue when creating an AVD using the GoogleTV addon
    (<a href="http://code.google.com/p/android/issues/detail?id=20963">Issue 20963</a>).</li>
    <li>Fixed <code>ant test</code>
    (<a href="http://code.google.com/p/android/issues/detail?id=20979">Issue 20979</a>).</li>
    <li>Fixed <code>android update project</code>
    (<a href="http://code.google.com/p/android/issues/detail?id=20535">Issue 20535</a>).</li>
    <li>Fixed scrolling issue in the new Logcat panel of DDMS.</li>
    <li>Fixed issue with MonkeyRunner
    (<a href="http://code.google.com/p/android/issues/detail?id=20964">Issue 20964</a>).</li>
    <li>Fixed issues in the SDK Manager
    (<a href="http://code.google.com/p/android/issues/detail?id=20939">Issue 20939</a>,
    <a href="http://code.google.com/p/android/issues/detail?id=20607">Issue 20607</a>).</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 14</a> <em>(October 2011)</em>

  <div class="toggleme">