diff options
| author | 2014-01-17 01:06:39 +0000 | |
|---|---|---|
| committer | 2014-01-17 01:06:39 +0000 | |
| commit | a7eda49a82c4bf8d663b76742af0087b2e1be7fb (patch) | |
| tree | 509a03bc525bc4f58797f4da8e5b74bd781ed045 | |
| parent | acc96b79e7941a61d8ca0ec66ec02a887a3e6b1b (diff) | |
| parent | 2d7ca0c435e9acdff274d2a7817879ec44f61b45 (diff) | |
am 2d7ca0c4: am 6104a749: am 12382d13: am fcab250d: am 16fe3737: Merge "docs: Added note to Support Library Setup page: mediarouter to appcompat dependency" into klp-docs
* commit '2d7ca0c435e9acdff274d2a7817879ec44f61b45':
docs: Added note to Support Library Setup page: mediarouter to appcompat dependency
| -rw-r--r-- | docs/html/tools/support-library/setup.jd | 8 |
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> |