diff options
Diffstat (limited to 'docs/html/tools')
| -rw-r--r-- | docs/html/tools/revisions/studio.jd | 18 | ||||
| -rw-r--r-- | docs/html/tools/sdk/tools-notes.jd | 89 |
2 files changed, 105 insertions, 2 deletions
diff --git a/docs/html/tools/revisions/studio.jd b/docs/html/tools/revisions/studio.jd index 7138efe..b727d96 100644 --- a/docs/html/tools/revisions/studio.jd +++ b/docs/html/tools/revisions/studio.jd @@ -43,10 +43,24 @@ Android Studio, as denoted by revision number. </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=""/>Android Studio v1.2.2</a> <em>(June 2015)</em> + </p> + <div class="toggle-content-toggleme"> + <p>Fixes and enhancements:</p> + <ul> + <li>Fixed build issues that were blocking builds from completing. </li> + </ul> + </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=""/>Android Studio v1.2.1</a> <em>(May 2015)</em> </p> <div class="toggle-content-toggleme"> - <p>Various fixes and enhancements:</p> + <p>Fixes and enhancements:</p> <ul> <li>Fixed minor performance and feature issues. </li> </ul> @@ -62,7 +76,7 @@ Android Studio, as denoted by revision number. </p> </p> <div class="toggle-content-toggleme"> - <p>Various fixes and enhancements:</p> + <p>Fixes and enhancements:</p> <ul> <li>Updated the Android runtime window to include the <a href="{@docRoot}tools/studio/index.html#mem-cpu">Memory Monitor</a> tool diff --git a/docs/html/tools/sdk/tools-notes.jd b/docs/html/tools/sdk/tools-notes.jd index 434dc44..326fbe2 100644 --- a/docs/html/tools/sdk/tools-notes.jd +++ b/docs/html/tools/sdk/tools-notes.jd @@ -21,9 +21,98 @@ 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 24.3.2</a> <em>(June 2015)</em> + </p> + + <div class="toggle-content-toggleme"> + + <dl> + <dt>Dependencies:</dt> + + <dd> + <ul> + <li>Android SDK Platform-tools revision 19 or later.</li> + </ul> + </dd> + + <dt>General Notes:</dt> + <dd> + <ul> + <li>Fixed issues with the ARM 64-bit emulator.</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 24.3.1</a> <em>(June 2015)</em> + </p> + + <div class="toggle-content-toggleme"> + + <dl> + <dt>Dependencies:</dt> + + <dd> + <ul> + <li>Android SDK Platform-tools revision 19 or later.</li> + </ul> + </dd> + + <dt>General Notes:</dt> + <dd> + <ul> + <li>Fixed issue with the <code>root/</code> and <code>lib/</code> folders. </li> + </ul> + <p class="caution"><strong>Caution:</strong> This release is known to contain issues which + prevent builds from completing. We strongly recommend that you update to SDK Tools 24.3.2 + as soon as possible. </p> + </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 24.3.0</a> <em>(June 2015)</em> + </p> + + <div class="toggle-content-toggleme"> + + <dl> + <dt>Dependencies:</dt> + + <dd> + <ul> + <li>Android SDK Platform-tools revision 19 or later.</li> + </ul> + </dd> + + <dt>General Notes:</dt> + <dd> + <ul> + <li>Fixed several minor emulator issues.</li> + </ul> + <p class="caution"><strong>Caution:</strong> This release is known to contain issues which + prevent builds from completing. We strongly recommend that you update to SDK Tools 24.3.2 + as soon as possible. </p> + </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 24.2.0</a> <em>(May 2015)</em> </p> |
