Skip to content

Commit 66f1baf

Browse files
joefernandezAndroid (Google) Code Review
authored andcommitted
Merge "docs: Android SDK r17 (RC7) Release Notes (fix for build feature info)" into ics-mr1
2 parents 928d347 + 1e72b34 commit 66f1baf

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/html/sdk/eclipse-adt.jd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,9 @@ ADT 17.0.0</a> <em>(March 2012)</em>
135135
<li>Added feature to automatically setup JAR dependencies. Any {@code .jar} files in the
136136
{@code /libs} folder are added to the build configuration (similar to how the Ant build
137137
system works). Also, {@code .jar} files needed by library projects are also automatically
138-
added to projects that depend on those library projects.</li>
138+
added to projects that depend on those library projects.
139+
(<a href="http://tools.android.com/recent/dealingwithdependenciesinandroidprojects">more
140+
info</a>)</li>
139141
<li>Added a feature that allows you to run some code only in debug mode. Builds now
140142
generate a class called {@code BuildConfig} containing a {@code DEBUG} constant that is
141143
automatically set according to your build type. You can check the ({@code BuildConfig.DEBUG})

docs/html/sdk/tools-notes.jd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ generate a class called {@code BuildConfig} containing a {@code DEBUG} constant
128128
automatically set according to your build type. You can check the ({@code BuildConfig.DEBUG})
129129
constant in your code to run debug-only functions.</li>
130130
<li>Fixed issue when a project and its libraries include the same jar file in their libs
131-
folder.</li>
131+
folder. (<a href="http://tools.android.com/recent/dealingwithdependenciesinandroidprojects">more
132+
info</a>)</li>
132133
<li>Added support for custom views with custom attributes in libraries. Layouts using
133134
custom attributes must use the namespace URI {@code http://schemas.android.com/apk/res-auto} instead
134135
of the URI that includes the app package name. This URI is replaced with the app specific one at

0 commit comments

Comments
 (0)