From 6cb431fcb1cf9fec874fa3fa4999073cf8632330 Mon Sep 17 00:00:00 2001
From: Joe Fernandez
Date: Wed, 13 Nov 2013 14:49:42 -0800
Subject: [PATCH] docs: Support Library setup docs fix
Fix issues with instructions, including:
b/10808558
Change-Id: I188a021223946b21d12e050819e7257d86e2965f
---
docs/html/tools/support-library/setup.jd | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
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:
- - In the Project Explorer, right-click your project and select Properties.
-
- In the Library pane, click Add.
+
- In the Project Explorer, right-click your project and select Properties.
+ - In the category panel on the left side of the dialog, select Android.
+ - In the Library pane, click the Add button.
- Select the library project and click OK. For example, the
{@code appcompat} project should be listed as android-support-v7-appcompat.
- - In the properties window, click OK.
+
- In the properties window, click OK.