You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
0 commit comments