Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 700f5d76 authored by Joe Fernandez's avatar Joe Fernandez Committed by Android Git Automerger
Browse files

am a7eda49a: am 2d7ca0c4: am 6104a749: am 12382d13: am fcab250d: am 16fe3737:...

am a7eda49a: 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 'a7eda49a':
  docs: Added note to Support Library Setup page: mediarouter to appcompat dependency
parents 4d29d9b4 a7eda49a
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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>