diff options
Diffstat (limited to 'docs/html/tools/support-library/setup.jd')
| -rw-r--r-- | docs/html/tools/support-library/setup.jd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/tools/support-library/setup.jd b/docs/html/tools/support-library/setup.jd index a2ece15..6cca897 100644 --- a/docs/html/tools/support-library/setup.jd +++ b/docs/html/tools/support-library/setup.jd @@ -113,10 +113,10 @@ Android Support Library selected.</p> <ol> <li>Make sure you have downloaded the <strong>Android Support Library</strong> using the <a href="#download">SDK Manager</a>.</li> - <li>Create a {@code /libs} directory in the root of your application project.</li> + <li>Create a {@code libs/} directory in the root of your application project.</li> <li>Copy the JAR file from your Android SDK installation directory (e.g., {@code <sdk>/extras/android/support/v4/android-support-v4.jar}) into your - application's project {@code /libs} directory. + application's project {@code libs/} directory. <li>Right click the JAR file and select <strong>Build Path > Add to Build Path</strong>. </li> </ol> @@ -130,7 +130,7 @@ Android Support Library selected.</p> <div class="toggle-content-toggleme"> <ol> - <li>Make sure you have downloaded the <strong>Android Support Repository</strong>. + <li>Make sure you have downloaded the <strong>Android Support Repository</strong> using the <a href="#download">SDK Manager</a>.</li> <li>Open the {@code build.gradle} file for your application.</li> <li>Add the support library to the {@code dependencies} section. For example, to add the v4 @@ -174,7 +174,7 @@ project</a> based on the support library code:</p> <code><sdk>/extras/android/support/v7/appcompat/</code>.</li> <li>Click <strong>Finish</strong> to import the project. For the v7 appcompat project, you should now see a new project titled <em>android-support-v7-appcompat</em>.</li> - <li>In the new library project, expand the {@code /libs} folder, right-click each {@code .jar} + <li>In the new library project, expand the {@code libs/} folder, right-click each {@code .jar} file and select <strong>Build Path > Add to Build Path</strong>. For example, when creating the the v7 appcompat project, add both the {@code android-support-v4.jar} and {@code android-support-v7-appcompat.jar} files to the build path.</li> |
