Support Library 18.1 Release Notes
adding release notes for v8 support library containing RenderScript
Change-Id: I12d48c26e6b99cacfb8f36750c3f1ce80da5ef23
(cherry picked from commit 75026c547f)
This commit is contained in:
@@ -15,6 +15,7 @@ page.title=Support Library Features
|
|||||||
<li><a href="#v7-mediarouter">v7 mediarouter library</a></li>
|
<li><a href="#v7-mediarouter">v7 mediarouter library</a></li>
|
||||||
</ol>
|
</ol>
|
||||||
</li>
|
</li>
|
||||||
|
<li><a href="#v8">v8 Support Library</a></li>
|
||||||
<li><a href="#v13">v13 Support Library</a></li>
|
<li><a href="#v13">v13 Support Library</a></li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
@@ -252,7 +253,7 @@ script dependency identifier <code>com.android.support:support-v7-mediarouter:&l
|
|||||||
where "18.0.0" is the minimum revision at which the library is available. For example:</p>
|
where "18.0.0" is the minimum revision at which the library is available. For example:</p>
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
com.android.support:support-v7-mediarouter:18.0.0
|
com.android.support:mediarouter-v7:18.0.+
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
<p class="caution">The v7 mediarouter library APIs introduced in Support Library
|
<p class="caution">The v7 mediarouter library APIs introduced in Support Library
|
||||||
@@ -262,6 +263,24 @@ href="https://developers.google.com/cast/">Google Cast
|
|||||||
developer preview</a>. </p>
|
developer preview</a>. </p>
|
||||||
|
|
||||||
|
|
||||||
|
<h2 id="v8">v8 Support Library</h2>
|
||||||
|
|
||||||
|
<p>This library is designed to be used with Android (API level 8) and higher. It adds support for
|
||||||
|
the <a href="{@docRoot}guide/topics/renderscript/compute.html">RenderScript</a> computation
|
||||||
|
framework. These APIs are included in the {@link android.support.v8.renderscript} package. You
|
||||||
|
should be aware that the steps for including these APIs in your application is <em>very
|
||||||
|
different</em> from other support library APIs. For more information about using these APIs
|
||||||
|
in your application, see the
|
||||||
|
<a href="{@docRoot}guide/topics/renderscript/compute.html#access-rs-apis">RenderScript</a>
|
||||||
|
developer guide.</p>
|
||||||
|
|
||||||
|
<p class="note">
|
||||||
|
<strong>Note:</strong> Use of RenderScript with the support library is supported with the Android
|
||||||
|
Eclipse plugin and Ant build tools. It is <em>not currently</em> supported with Android Studio or
|
||||||
|
Gradle-based builds.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
|
||||||
<h2 id="v13">v13 Support Library</h2>
|
<h2 id="v13">v13 Support Library</h2>
|
||||||
|
|
||||||
<p>This library is designed to be used for Android 3.2 (API level 13) and higher. It adds support
|
<p>This library is designed to be used for Android 3.2 (API level 13) and higher. It adds support
|
||||||
|
|||||||
@@ -58,6 +58,7 @@ page.title=Support Library
|
|||||||
|
|
||||||
<p>This section provides details about the Support Library package releases.</p>
|
<p>This section provides details about the Support Library package releases.</p>
|
||||||
|
|
||||||
|
|
||||||
<div class="toggle-content opened">
|
<div class="toggle-content opened">
|
||||||
<p><a href="#" onclick="return toggleContent(this)">
|
<p><a href="#" onclick="return toggleContent(this)">
|
||||||
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img" alt=""
|
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img" alt=""
|
||||||
|
|||||||
Reference in New Issue
Block a user