diff --git a/docs/html/tools/support-library/setup.jd b/docs/html/tools/support-library/setup.jd index 73d946891c872..2d2065ad089ee 100644 --- a/docs/html/tools/support-library/setup.jd +++ b/docs/html/tools/support-library/setup.jd @@ -180,8 +180,8 @@ project based on the support library code:

file and select Build Path > Add to Build Path. 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. -
  • Right-click the project and select Build Path > Configure Build Path. -
  • +
  • Right-click the library project folder and select Build Path > Configure + Build Path.
  • In the Order and Export tab, check the .jar files you just added to the build path, so they are available to projects that depend on this library project. For example, the {@code appcompat} project requires you to export both the @@ -197,12 +197,13 @@ project based on the support library code:

    Add the library to your application project:

      -
    1. In the Project Explorer, right-click your project and select Properties. -
    2. In the Library pane, click Add. +
    3. In the Project Explorer, right-click your project and select Properties.
    4. +
    5. In the category panel on the left side of the dialog, select Android.
    6. +
    7. In the Library pane, click the Add button.
    8. Select the library project and click OK. For example, the {@code appcompat} project should be listed as android-support-v7-appcompat.
    9. -
    10. In the properties window, click OK. +
    11. In the properties window, click OK.