summaryrefslogtreecommitdiffstats
path: root/docs/html/tools
diff options
context:
space:
mode:
authorJoe Fernandez <joefernandez@google.com>2013-11-13 14:49:42 -0800
committerJoe Fernandez <joefernandez@google.com>2013-11-13 14:59:24 -0800
commit6cb431fcb1cf9fec874fa3fa4999073cf8632330 (patch)
treede6c4b8148c462980090c35505f0c6fcc4c46a3a /docs/html/tools
parent90b7f6311849fb68d2bc5fa0affb86c7e5d3a3b0 (diff)
downloadframeworks_base-6cb431fcb1cf9fec874fa3fa4999073cf8632330.zip
frameworks_base-6cb431fcb1cf9fec874fa3fa4999073cf8632330.tar.gz
frameworks_base-6cb431fcb1cf9fec874fa3fa4999073cf8632330.tar.bz2
docs: Support Library setup docs fix
Fix issues with instructions, including: b/10808558 Change-Id: I188a021223946b21d12e050819e7257d86e2965f
Diffstat (limited to 'docs/html/tools')
-rw-r--r--docs/html/tools/support-library/setup.jd11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/html/tools/support-library/setup.jd b/docs/html/tools/support-library/setup.jd
index 73d9468..2d2065a 100644
--- a/docs/html/tools/support-library/setup.jd
+++ b/docs/html/tools/support-library/setup.jd
@@ -180,8 +180,8 @@ project</a> based on the support library code:</p>
file and select <strong>Build Path &gt; 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>
- <li>Right-click the project and select <strong>Build Path &gt; Configure Build Path</strong>.
- </li>
+ <li>Right-click the library project folder and select <strong>Build Path &gt; Configure
+ Build Path</strong>.</li>
<li>In the <strong>Order and Export</strong> tab, check the <code>.jar</code> 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</a> based on the support library code:</p>
<p>Add the library to your application project:</p>
<ol>
- <li>In the Project Explorer, right-click your project and select <strong>Properties</strong>.
- <li>In the Library pane, click <strong>Add</strong>.
+ <li>In the Project Explorer, right-click your project and select <strong>Properties</strong>.</li>
+ <li>In the category panel on the left side of the dialog, select <strong>Android</strong>.</li>
+ <li>In the Library pane, click the <strong>Add</strong> button.</li>
<li>Select the library project and click <strong>OK</strong>. For example, the
{@code appcompat} project should be listed as <strong>android-support-v7-appcompat</strong>.
</li>
- <li>In the properties window, click <strong>OK</strong>.
+ <li>In the properties window, click <strong>OK</strong>.</li>
</ol>
</div>