diff --git a/docs/html/tools/extras/support-library.jd b/docs/html/tools/extras/support-library.jd index 9cc0361d284fa..60168f46a201e 100644 --- a/docs/html/tools/extras/support-library.jd +++ b/docs/html/tools/extras/support-library.jd @@ -565,7 +565,7 @@ and click Install selected.
When done, all files (including source code, samples, and the {@code .jar} files) are saved +
When done, all files (including source code, samples, and the JAR files) are saved
into the <sdk>/extras/android/support/ directory. This directory contains
each of the different support libraries, such as the library for API level 4 and up and the library
for API level 13 and up, each named with the respective version (such as {@code v4/}).
To add one of the libraries to your Android project:
++ For example, the library that supports API level 4 and up is located at + {@code <sdk>/extras/android/support/v4/android-support-v4.jar}. +
++ Your build system may expect to find the JAR file in a directory other than + {@code libs}. Read the documentation for your build system to learn where to put the + JAR file. +
++ To confirm that you've added the JAR file to the correct directory and added it to the build + path: +
For example, the library that supports API level 4 and up is located at {@code -<sdk>/extras/android/support/v4/android-support-v4.jar}.
-In Eclipse, right-click the JAR file in the Package Explorer, select Build -Path > Add to Build Path.
-Your application is now ready to use the library APIs. All the provided APIs are available in the {@code android.support} package (for example, {@code android.support.v4}).