summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRich Slogar <rslogar@google.com>2014-10-08 00:34:38 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-08 00:34:38 +0000
commit916a6ea30377730d578692b625b1c18aa9f13564 (patch)
treec59c1adcf003179cc733de21988aaa07bf90a5cc /docs
parentbb5a18487285455131b88caf4a40726f0e4b444c (diff)
parent6af8fc7f89cb5dec15c23ee04c271188ff11138d (diff)
downloadframeworks_base-916a6ea30377730d578692b625b1c18aa9f13564.zip
frameworks_base-916a6ea30377730d578692b625b1c18aa9f13564.tar.gz
frameworks_base-916a6ea30377730d578692b625b1c18aa9f13564.tar.bz2
am 6af8fc7f: Merge "docs:64 bit image and skd update" into klp-modular-docs
* commit '6af8fc7f89cb5dec15c23ee04c271188ff11138d': docs:64 bit image and skd update
Diffstat (limited to 'docs')
-rw-r--r--docs/html/preview/setup-sdk.jd8
-rw-r--r--docs/html/tools/sdk/tools-notes.jd33
2 files changed, 40 insertions, 1 deletions
diff --git a/docs/html/preview/setup-sdk.jd b/docs/html/preview/setup-sdk.jd
index af466ab..7ad881a 100644
--- a/docs/html/preview/setup-sdk.jd
+++ b/docs/html/preview/setup-sdk.jd
@@ -206,6 +206,12 @@ to flash the following devices:
experimental 64-bit system images along with standard 32-bit system images.
</p>
+<p class="note"><strong>Note:</strong> The 64-bit system images require the
+Intel x86 Emulator Accelerator (HAXM) Rev.5 which can be downloaded from the
+<a href="{@docRoot}tools/help/sdk-manager.html">SDK Manager</a> <em>Extras</em>
+folder.</p>
+
+
<h3 id="installImage">Install the L Preview System Image</h3>
<p class="warning"><b>Warning:</b> This is a preview version of the Android
@@ -361,4 +367,4 @@ sure that you theme extends the material theme:</p>
}
});
-</script> \ No newline at end of file
+</script>
diff --git a/docs/html/tools/sdk/tools-notes.jd b/docs/html/tools/sdk/tools-notes.jd
index c2aaae8..b9803e4 100644
--- a/docs/html/tools/sdk/tools-notes.jd
+++ b/docs/html/tools/sdk/tools-notes.jd
@@ -25,9 +25,42 @@ Tools you are using, refer to the "Installed Packages" listing in the Android SD
<p>For a summary of all known issues in SDK Tools, see <a
href="http://tools.android.com/knownissues">http://tools.android.com/knownissues</a>.</p>
+
<div class="toggle-content opened">
<p><a href="#" onclick="return toggleContent(this)">
<img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-content-img"
+ alt=""/>SDK Tools, Revision 23.0.4</a> <em>(October 2014)</em>
+ </p>
+
+ <div class="toggle-content-toggleme">
+
+ <dl>
+ <dt>Dependencies:</dt>
+
+ <dd>
+ <ul>
+ <li>Android SDK Platform-tools revision 19 or later.</li>
+ <li>If you are developing in Eclipse with ADT, note that this version of SDK Tools is
+ designed for use with ADT 23.0.4 and later. If you haven't already, update your
+ <a href="{@docRoot}tools/sdk/eclipse-adt.html">ADT Plugin</a> to 23.0.4.</li>
+ <li>If you are developing outside Eclipse, you must have
+ <a href="http://ant.apache.org/">Apache Ant</a> 1.8 or later.</li>
+ </ul>
+ </dd>
+
+ <dt>General Notes:</dt>
+ <dd>
+ <ul>
+ <li>Fixed duplicate devices in AVD for Wear and TV.</li>
+ </ul>
+ </dd>
+ </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=""/>SDK Tools, Revision 23.0.2</a> <em>(July 2014)</em>
</p>