Skip to content

Commit 4f36174

Browse files
Robert LyAndroid (Google) Code Review
authored andcommitted
Merge "docs: adt 15.0.1 rel notes" into ics-mr0
2 parents 6da97a2 + 8c70396 commit 4f36174

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

docs/html/sdk/eclipse-adt.jd

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,44 @@ padding: .25em 1em;
109109
</style>
110110

111111

112+
112113
<div class="toggleable opened">
113114
<a href="#" onclick="return toggleDiv(this)">
114115
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px"
115116
width="9px" />
117+
ADT 15.0.1</a> <em>(November 2011)</em>
118+
<div class="toggleme">
119+
<dl>
120+
<dt>Dependencies:</dt>
121+
122+
<dd>ADT 15.0.1 is designed for use with <a href="{@docRoot}sdk/tools-notes.html">SDK Tools r15</a>.
123+
If you haven't already installed SDK Tools r15 into your SDK, use the Android SDK and AVD Manager to
124+
do so.</dd>
125+
126+
<dt>Bug fixes:</dt>
127+
<dd>
128+
<ul>
129+
<li>Fixed how source files are attached to library project <code>.jar</code> files.</li>
130+
<li>Fixed how the <code>bin/</code> folder for library projects are refreshed. This ensures that parent projects pick up changes in library projects.</li>
131+
<li>Fixed how a parent project's library container is updated when a library project is recompiled. This ensures that parent projects are
132+
recompiled when code in a library project changes.</li>
133+
<li>Fixed how <code>res/</code> folders are checked in library projects. This ensures that all <code>res</code> folders are properly included
134+
even if Eclipse is not aware of them due to refresh issues.</li>
135+
<li>Fixed issue that prevented <code>aapt</code> from running when editing certain XML files.</li>
136+
<li>Fixed minor XML formatting issues.</li>
137+
</ul>
138+
</dd>
139+
</dl>
140+
141+
</div>
142+
</div>
143+
144+
145+
146+
<div class="toggleable closed">
147+
<a href="#" onclick="return toggleDiv(this)">
148+
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px"
149+
width="9px" />
116150
ADT 15.0.0</a> <em>(October 2011)</em>
117151
<div class="toggleme">
118152
<dl>

docs/html/sdk/sdk_toc.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
<span style="display:none" class="zh-TW"></span>
170170
</h2>
171171
<ul>
172-
<li><a href="<?cs var:toroot ?>sdk/eclipse-adt.html">ADT 15.0.0
172+
<li><a href="<?cs var:toroot ?>sdk/eclipse-adt.html">ADT 15.0.1
173173
<span style="display:none" class="de"></span>
174174
<span style="display:none" class="es"></span>
175175
<span style="display:none" class="fr"></span>

0 commit comments

Comments
 (0)