summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Joe Fernandez <joefernandez@google.com> 2014-01-16 22:46:56 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2014-01-16 22:46:56 +0000
commit16fe3737457ac844da09cd062e23abedbcc1f3e8 (patch)
tree45ea9f8bd77fc3561a3b33f11b59edcde77e51e2
parentacf2b906b34d7c1d16ecb039390f656784c6d034 (diff)
parentc6735c069cecf5fa28a5a69d5f8be99ade6375aa (diff)
Merge "docs: Added note to Support Library Setup page: mediarouter to appcompat dependency" into klp-docs
-rw-r--r--docs/html/tools/support-library/setup.jd8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/html/tools/support-library/setup.jd b/docs/html/tools/support-library/setup.jd
index 2d2065ad089e..2325a1387235 100644
--- a/docs/html/tools/support-library/setup.jd
+++ b/docs/html/tools/support-library/setup.jd
@@ -206,6 +206,14 @@ project</a> based on the support library code:</p>
<li>In the properties window, click <strong>OK</strong>.</li>
</ol>
+<p class="note">
+ <strong>Note:</strong> If you are using the {@code android-support-v7-mediarouter} support
+ library, you should note that it depends on the {@code android-support-v7-appcompat} library.
+ In order for the v7 mediarouter library to compile, you must import both library projects into
+ your development workspace. Then follow the procedure above to add the v7 appcompat project as a
+ library to the v7 mediarouter library project.
+</p>
+
</div>
</div>