Merge "docs: SDK Platform image JB-MR1.1 and Support Library r12 Release Notes formerly Change-Id: I54a58649c226b61c3707d0a5385fa97ed029e32f" into jb-mr1.1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
9faf06644d
@@ -228,7 +228,7 @@ Versions dashboards page</a>.</p>
|
|||||||
<table>
|
<table>
|
||||||
<tr><th>Platform Version</th><th>API Level</th><th>VERSION_CODE</th><th>Notes</th></tr>
|
<tr><th>Platform Version</th><th>API Level</th><th>VERSION_CODE</th><th>Notes</th></tr>
|
||||||
|
|
||||||
<tr><td><a href="{@docRoot}about/versions/android-4.2.html">Android 4.2</a></td>
|
<tr><td><a href="{@docRoot}about/versions/android-4.2.html">Android 4.2, 4.2.2</a></td>
|
||||||
<td><a href="{@docRoot}sdk/api_diff/17/changes.html" title="Diff Report">17</a></td>
|
<td><a href="{@docRoot}sdk/api_diff/17/changes.html" title="Diff Report">17</a></td>
|
||||||
<td>{@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR1}</td>
|
<td>{@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR1}</td>
|
||||||
<td><a href="{@docRoot}about/versions/jelly-bean.html">Platform
|
<td><a href="{@docRoot}about/versions/jelly-bean.html">Platform
|
||||||
|
|||||||
@@ -4,25 +4,25 @@ header.hide=1
|
|||||||
page.metaDescription=Download the official Android SDK to develop apps for Android-powered devices.
|
page.metaDescription=Download the official Android SDK to develop apps for Android-powered devices.
|
||||||
|
|
||||||
|
|
||||||
sdk.linux32_bundle_download=adt-bundle-linux-x86.zip
|
sdk.linux32_bundle_download=adt-bundle-linux-x86-20130219.zip
|
||||||
sdk.linux32_bundle_bytes=418614971
|
sdk.linux32_bundle_bytes=418664018
|
||||||
sdk.linux32_bundle_checksum=24506708af221a887326c2a9ca9625dc
|
sdk.linux32_bundle_checksum=e56ebb5c8eb84eb3227cf7c255373f4b
|
||||||
|
|
||||||
sdk.linux64_bundle_download=adt-bundle-linux-x86_64.zip
|
sdk.linux64_bundle_download=adt-bundle-linux-x86_64-20130219.zip
|
||||||
sdk.linux64_bundle_bytes=418889835
|
sdk.linux64_bundle_bytes=418939098
|
||||||
sdk.linux64_bundle_checksum=464c1fbe92ea293d6b2292c27af5066a
|
sdk.linux64_bundle_checksum=90cb420934170787938d0477c1a83a7f
|
||||||
|
|
||||||
sdk.mac64_bundle_download=adt-bundle-mac-x86_64.zip
|
sdk.mac64_bundle_download=adt-bundle-mac-x86_64-20130219.zip
|
||||||
sdk.mac64_bundle_bytes=390649300
|
sdk.mac64_bundle_bytes=390697025
|
||||||
sdk.mac64_bundle_checksum=f557bc61a4bff466633037839771bffb
|
sdk.mac64_bundle_checksum=b768c28f380c1846479664c4790e9c53
|
||||||
|
|
||||||
sdk.win32_bundle_download=adt-bundle-windows-x86.zip
|
sdk.win32_bundle_download=adt-bundle-windows-x86-20130219.zip
|
||||||
sdk.win32_bundle_bytes=425429957
|
sdk.win32_bundle_bytes=425487608
|
||||||
sdk.win32_bundle_checksum=cca97f12904774385a57d542e70a490f
|
sdk.win32_bundle_checksum=4a40039f28048e6d7b2440adf55b8321
|
||||||
|
|
||||||
sdk.win64_bundle_download=adt-bundle-windows-x86_64.zip
|
sdk.win64_bundle_download=adt-bundle-windows-x86_64-20130219.zip
|
||||||
sdk.win64_bundle_bytes=425553759
|
sdk.win64_bundle_bytes=425611626
|
||||||
sdk.win64_bundle_checksum=c51679f4517e1c3ddefa1e662bbf17f6
|
sdk.win64_bundle_checksum=891f79816b4d19042faab26d670f4f77
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -46,10 +46,33 @@ by the directory name, such as {@code v4/} and {@code v13/}.</p>
|
|||||||
<p>The sections below provide notes about successive releases of
|
<p>The sections below provide notes about successive releases of
|
||||||
the Support Package, as denoted by revision number.</p>
|
the Support Package, as denoted by revision number.</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=""
|
||||||
|
/>Support Package, revision 12</a> <em>(February 2013)</em>
|
||||||
|
</p>
|
||||||
|
<div class="toggle-content-toggleme">
|
||||||
|
<dl>
|
||||||
|
<dt>Changes for v4 support library:</dt>
|
||||||
|
<dd>
|
||||||
|
<ul>
|
||||||
|
<li>Improved interaction behavior for {@link android.support.v4.view.ViewPager}.</li>
|
||||||
|
<li>Fixed a bug that could cause {@link android.support.v4.view.ViewPager} to select the
|
||||||
|
wrong page.</li>
|
||||||
|
<li>Fixed use of {@link android.support.v4.view.ViewPager#removeView removeView()} method
|
||||||
|
during layout for {@link android.support.v4.view.ViewPager}.</li>
|
||||||
|
<li>Fixed issue with {@link android.support.v4.widget.SearchViewCompat} where using the
|
||||||
|
back button to dismiss does not clear the search text. This fix only applies to
|
||||||
|
host API levels 14 and higher.</li>
|
||||||
|
</ul>
|
||||||
|
</dd>
|
||||||
|
</dl>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="toggle-content closed">
|
||||||
|
<p><a href="#" onclick="return toggleContent(this)">
|
||||||
|
<img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-content-img" alt=""
|
||||||
/>Support Package, revision 11</a> <em>(November 2012)</em>
|
/>Support Package, revision 11</a> <em>(November 2012)</em>
|
||||||
</p>
|
</p>
|
||||||
<div class="toggle-content-toggleme">
|
<div class="toggle-content-toggleme">
|
||||||
@@ -119,7 +142,7 @@ the Support Package, as denoted by revision number.</p>
|
|||||||
<dt>Changes for v4 support library:</dt>
|
<dt>Changes for v4 support library:</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Added support for notification features introduced in Android 4.1 (API Level 16) with
|
<li>Added support for notification features introduced in Android 4.1 (API level 16) with
|
||||||
additions to {@link android.support.v4.app.NotificationCompat}.</li>
|
additions to {@link android.support.v4.app.NotificationCompat}.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</dd>
|
</dd>
|
||||||
@@ -210,7 +233,7 @@ isActiveNetworkMetered()} method.</li>
|
|||||||
<li>Fixed intent flags for {@link android.app.PendingIntent} objects generated
|
<li>Fixed intent flags for {@link android.app.PendingIntent} objects generated
|
||||||
by {@link android.support.v4.app.TaskStackBuilder}.</li>
|
by {@link android.support.v4.app.TaskStackBuilder}.</li>
|
||||||
<li>Removed unused attributes from the gridlayout library projects to make sure
|
<li>Removed unused attributes from the gridlayout library projects to make sure
|
||||||
the library can be built with API Level 7 and higher.</li>
|
the library can be built with API level 7 and higher.</li>
|
||||||
<li>Added {@code .classpath} and {@code .project} files for the gridlayout
|
<li>Added {@code .classpath} and {@code .project} files for the gridlayout
|
||||||
library project.</li>
|
library project.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -44,11 +44,28 @@ version.</p>
|
|||||||
SDK tools to revision 20 or later and restart the Android SDK Manager. If you do not,
|
SDK tools to revision 20 or later and restart the Android SDK Manager. If you do not,
|
||||||
the Android 4.2 system components will not be available for download.</p>
|
the Android 4.2 system components will not be available for download.</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"
|
<img src="{@docRoot}assets/images/triangle-opened.png"
|
||||||
|
class="toggle-content-img" alt="" />Revision 2</a> <em>(February 2013)</em>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<div class="toggle-content-toggleme">
|
||||||
|
|
||||||
|
<p>Maintenance update. The system version is 4.2.2.</p>
|
||||||
|
<dl>
|
||||||
|
<dt>Dependencies:</dt>
|
||||||
|
<dd>SDK Tools r21 or higher is required.</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="toggle-content closed">
|
||||||
|
|
||||||
|
<p><a href="#" onclick="return toggleContent(this)">
|
||||||
|
<img src="{@docRoot}assets/images/triangle-closed.png"
|
||||||
class="toggle-content-img" alt="" />Revision 1</a> <em>(November 2012)</em>
|
class="toggle-content-img" alt="" />Revision 1</a> <em>(November 2012)</em>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
@@ -69,7 +69,7 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
|
|||||||
<li>Java 1.6 or higher is required for ADT 21.1.0.</li>
|
<li>Java 1.6 or higher is required for ADT 21.1.0.</li>
|
||||||
<li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 21.1.0.</li>
|
<li>Eclipse Helios (Version 3.6.2) or higher is required for ADT 21.1.0.</li>
|
||||||
<li>ADT 21.1.0 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK
|
<li>ADT 21.1.0 is designed for use with <a href="{@docRoot}tools/sdk/tools-notes.html">SDK
|
||||||
Tools r21.1.0</a>. If you haven't already installed SDK Tools r21.1.0 into your SDK, use the
|
Tools r21.1</a>. If you haven't already installed SDK Tools r21.1 into your SDK, use the
|
||||||
Android SDK Manager to do so.</li>
|
Android SDK Manager to do so.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</dd>
|
</dd>
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
|
|||||||
<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"
|
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
|
||||||
alt=""/>SDK Tools, Revision 21.1.0</a> <em>(February 2013)</em>
|
alt=""/>SDK Tools, Revision 21.1</a> <em>(February 2013)</em>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="toggle-content-toggleme">
|
<div class="toggle-content-toggleme">
|
||||||
@@ -38,7 +38,7 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues
|
|||||||
<dd>
|
<dd>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Android SDK Platform-tools revision 16 or later.</li>
|
<li>Android SDK Platform-tools revision 16 or later.</li>
|
||||||
<li>If you are developing in Eclipse with ADT, note that the SDK Tools r21.1.0 is
|
<li>If you are developing in Eclipse with ADT, note that the SDK Tools r21.1 is
|
||||||
designed for use with ADT 21.1.0 and later. If you haven't already, update your
|
designed for use with ADT 21.1.0 and later. If you haven't already, update your
|
||||||
<a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 21.1.0.</li>
|
<a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 21.1.0.</li>
|
||||||
<li>If you are developing outside Eclipse, you must have
|
<li>If you are developing outside Eclipse, you must have
|
||||||
|
|||||||
Reference in New Issue
Block a user