@@ -65,9 +65,57 @@ padding: .25em 1em;
6565}
6666</style>
6767
68+
6869<div class="toggleable opened">
6970 <a href="#" onclick="return toggleDiv(this)">
7071 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px"
72+ width="9px" />SDK Tools, Revision 15</a> <em>(October 2011)</em>
73+
74+ <div class="toggleme">
75+ <p class="caution"><strong>Important:</strong> To download the new Android
76+ 4.0 system components from the Android SDK Manager, you must first update the
77+ SDK tools to revision 14 or later and restart the Android SDK Manager. If you do not,
78+ the Android 4.0 system components will not be available for download.</p>
79+ <dl>
80+ <dt>Dependencies:</dt>
81+ <dd>
82+ <ul><li>Android SDK Platform-tools revision 9 or later.</li>
83+ <li>If you are developing in Eclipse with ADT, note that the SDK Tools r15 is designed for use
84+ with ADT 15.0.0 and later. If you haven't already, we highly recommend updating your <a
85+ href="{@docRoot}sdk/eclipse-adt.html">ADT Plugin</a> to 15.0.0.</li>
86+ <li>If you are developing outside Eclipse, you must have <a href="http://ant.apache.org/">Apache
87+ Ant</a> 1.8 or later.</li>
88+ </ul>
89+
90+ <dt>Bug fixes:</dt>
91+ <dd>
92+ <ul>
93+ <li>Fixed emulator crash on Linux due to improper webcam detection
94+ (<a href="http://code.google.com/p/android/issues/detail?id=20952">Issue 20952</a>).</li>
95+ <li>Fixed emulator issue when using the <code>-wipe-data</code> argument.</li>
96+ <li>Fixed build issue when using Renderscript in projects that target API levels 11-13
97+ (<a href="http://code.google.com/p/android/issues/detail?id=21006">Issue 21006</a>).</li>
98+ <li>Fixed issue when creating an AVD using the GoogleTV addon
99+ (<a href="http://code.google.com/p/android/issues/detail?id=20963">Issue 20963</a>).</li>
100+ <li>Fixed <code>ant test</code>
101+ (<a href="http://code.google.com/p/android/issues/detail?id=20979">Issue 20979</a>).</li>
102+ <li>Fixed <code>android update project</code>
103+ (<a href="http://code.google.com/p/android/issues/detail?id=20535">Issue 20535</a>).</li>
104+ <li>Fixed scrolling issue in the new Logcat panel of DDMS.</li>
105+ <li>Fixed issue with MonkeyRunner
106+ (<a href="http://code.google.com/p/android/issues/detail?id=20964">Issue 20964</a>).</li>
107+ <li>Fixed issues in the SDK Manager
108+ (<a href="http://code.google.com/p/android/issues/detail?id=20939">Issue 20939</a>,
109+ <a href="http://code.google.com/p/android/issues/detail?id=20607">Issue 20607</a>).</li>
110+ </ul>
111+ </dd>
112+ </dl>
113+ </div>
114+ </div>
115+
116+ <div class="toggleable closed">
117+ <a href="#" onclick="return toggleDiv(this)">
118+ <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px"
71119 width="9px" />SDK Tools, Revision 14</a> <em>(October 2011)</em>
72120
73121 <div class="toggleme">
0 commit comments