From 1e72b34f119414593e45c442b78030eb3650ee76 Mon Sep 17 00:00:00 2001 From: Joe Fernandez Date: Wed, 21 Mar 2012 16:25:21 -0700 Subject: docs: Android SDK r17 (RC7) Release Notes (fix for build feature info) Change-Id: Id10c2d5eec9f81d1c6ce52067b7e25b7f411d91c --- docs/html/sdk/eclipse-adt.jd | 4 +++- docs/html/sdk/tools-notes.jd | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/html/sdk/eclipse-adt.jd b/docs/html/sdk/eclipse-adt.jd index c8bf12df1704..3019544b2bbf 100644 --- a/docs/html/sdk/eclipse-adt.jd +++ b/docs/html/sdk/eclipse-adt.jd @@ -135,7 +135,9 @@ ADT 17.0.0 (March 2012)
  • Added feature to automatically setup JAR dependencies. Any {@code .jar} files in the {@code /libs} folder are added to the build configuration (similar to how the Ant build system works). Also, {@code .jar} files needed by library projects are also automatically - added to projects that depend on those library projects.
  • + added to projects that depend on those library projects. + (more + info)
  • Added a feature that allows you to run some code only in debug mode. Builds now generate a class called {@code BuildConfig} containing a {@code DEBUG} constant that is automatically set according to your build type. You can check the ({@code BuildConfig.DEBUG}) diff --git a/docs/html/sdk/tools-notes.jd b/docs/html/sdk/tools-notes.jd index bbbca81cd719..dea0c389d95e 100644 --- a/docs/html/sdk/tools-notes.jd +++ b/docs/html/sdk/tools-notes.jd @@ -128,7 +128,8 @@ generate a class called {@code BuildConfig} containing a {@code DEBUG} constant automatically set according to your build type. You can check the ({@code BuildConfig.DEBUG}) constant in your code to run debug-only functions.
  • Fixed issue when a project and its libraries include the same jar file in their libs - folder.
  • + folder. (more + info)
  • Added support for custom views with custom attributes in libraries. Layouts using custom attributes must use the namespace URI {@code http://schemas.android.com/apk/res-auto} instead of the URI that includes the app package name. This URI is replaced with the app specific one at -- cgit v1.2.3-59-g8ed1b