diff options
author | Joe Fernandez <joefernandez@google.com> | 2014-01-07 15:15:43 -0800 |
---|---|---|
committer | Joe Fernandez <joefernandez@google.com> | 2014-01-07 23:46:07 +0000 |
commit | c6735c069cecf5fa28a5a69d5f8be99ade6375aa (patch) | |
tree | 5f991815284288a5aae45f01067756101a3029a6 /docs/html/tools | |
parent | ff65ca29a00aa282160dd8a77cdd6ed6855abba7 (diff) | |
download | frameworks_base-c6735c069cecf5fa28a5a69d5f8be99ade6375aa.zip frameworks_base-c6735c069cecf5fa28a5a69d5f8be99ade6375aa.tar.gz frameworks_base-c6735c069cecf5fa28a5a69d5f8be99ade6375aa.tar.bz2 |
docs: Added note to Support Library Setup page: mediarouter to appcompat dependency
The v7 mediarouter support library depends on a couple of styles that are located
in the v7 appcompat library. This dependency requires developers to have both
libraries imported in their Eclipse workspace and to set up a library dependency
between the mediarouter to the appcompat library.
See Stackoverflow for issue and fix: http://goo.gl/xQI0Iw
Staging: http://joefernandez2.mtv.corp.google.com:8208/tools/support-library/setup.html#libs-with-res
Change-Id: Ifc7fa3dfcf9dfdb7faac7d2695a9988d49440c7d
Diffstat (limited to 'docs/html/tools')
-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 2d2065a..2325a13 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> |