diff options
Diffstat (limited to 'docs/html/tools')
| -rw-r--r-- | docs/html/tools/revisions/platforms.jd | 16 | ||||
| -rw-r--r-- | docs/html/tools/sdk/tools-notes.jd | 28 | ||||
| -rw-r--r-- | docs/html/tools/studio/index.jd | 17 | ||||
| -rw-r--r-- | docs/html/tools/tools_toc.cs | 10 | ||||
| -rw-r--r-- | docs/html/tools/workflow/index.jd | 8 |
5 files changed, 58 insertions, 21 deletions
diff --git a/docs/html/tools/revisions/platforms.jd b/docs/html/tools/revisions/platforms.jd index 75b3cef..a73be5e 100644 --- a/docs/html/tools/revisions/platforms.jd +++ b/docs/html/tools/revisions/platforms.jd @@ -59,6 +59,22 @@ packages may not be available for download.</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="" />Revision 2</a> <em>(December 2014)</em> + </p> + + <div class="toggle-content-toggleme"> + + <p>Updated layouts in the Support Library and fixed various issues.</p> + <p>Dependencies:</p> + <ul> + <li>Android SDK Platform-tools r21 or higher is required.</li> + <li>Android SDK Tools 23.0.5 or higher is required.</li> + </ul> + </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>(October 2014)</em> </p> diff --git a/docs/html/tools/sdk/tools-notes.jd b/docs/html/tools/sdk/tools-notes.jd index 80edb4f..ed48887 100644 --- a/docs/html/tools/sdk/tools-notes.jd +++ b/docs/html/tools/sdk/tools-notes.jd @@ -25,6 +25,33 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues <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.0.1</a> <em>(December 2014)</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 Java detection issue on 32-bit Windows systems.</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.0.0</a> <em>(December 2014)</em> </p> @@ -49,6 +76,7 @@ href="http://tools.android.com/knownissues">http://tools.android.com/knownissues </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" diff --git a/docs/html/tools/studio/index.jd b/docs/html/tools/studio/index.jd index 5a11611..5b36d5d 100644 --- a/docs/html/tools/studio/index.jd +++ b/docs/html/tools/studio/index.jd @@ -1,4 +1,4 @@ -page.title=Android Studio +page.title=Android Studio Overview @jd:body <div id="qv-wrapper"> @@ -114,8 +114,9 @@ specification and the files under {@code src/androidTest} directory for test cas <p> <img src="{@docRoot}images/tools/studio-project-layout.png" alt="" /></p> <p> <class="img-caption"><strong>Figure 3.</strong> Android Studio project structure</p> -<p>For more information, see <a href="http://confluence.jetbrains.com/display/IntelliJIDEA/Project +Organization"class="external-link">IntelliJ project organization</a> and -<a href="{@docRoot}tools/workflow/project/index.html">Managing Projects</a>.</p> +<p>For more information, see +<a href="http://confluence.jetbrains.com/display/IntelliJIDEA/Project+Organization"class="external-link">IntelliJ project organization</a> and +<a href="{@docRoot}tools/projects/index.html">Managing Projects</a>.</p> <h3>Creating new files</h3> @@ -234,8 +235,8 @@ new virtual devices for running your app in the emulator.</p> <p>The AVD Manager comes with emulators for Nexus 6 and Nexus 9 devices and also supports creating custom Android device skins based on specific emulator properties and assigning those -skins to hardware profiles. Android Studio installs the the Intel x86 Emulator Accelerator (HAXM) -and creates a default emulator for quick app prototyping.</p> +skins to hardware profiles. Android Studio installs the Intel® x86 Hardware Accelerated Execution +Manager (HAXM) emulator accelerator and creates a default emulator for quick app prototyping.</p> <p>For more information, see <a href="{@docRoot}tools/devices/managing-avds.html">Managing AVDs</a>.</p> @@ -333,7 +334,7 @@ controlling device behaviors, and more. It also includes the Hierarchy Viewer to <p>An updated installation and setup wizards walk you through a step-by-step installation and setup process as the wizard checks for system requirements, such as the Java Development Kit (JDK) and available RAM, and then prompts for optional installation options, such as the -Intel ® HAXM accelerator.</p> +Intel® HAXM emulator accelerator.</p> <p>An updated setup wizard walks you through the setup processes as the wizard updates your system image and emulation requirements, such GPU, and then creates @@ -385,7 +386,7 @@ code-level preference: -<h2 id="other">Other Highlights/h2> +<h2 id="other">Other Highlights</h2> <h3> Translation Editor</h3> <p>Multi-language support is enhanced with the Translation Editor plugin so you can easily add @@ -413,5 +414,5 @@ and <animated-selector>, are supported.</p> <p>Clicking <strong>Import Samples</strong> from the <strong>File</strong> menu or Welcome page provides seamless access to Google code samples on GitHub.</p> <p><img src="{@docRoot}images/tools/studio-samples-githubaccess.png" /></p> - <p class="img-caption"><strong>Figure 12.</strong> Code Sample Access/p> + <p class="img-caption"><strong>Figure 12.</strong> Code Sample Access</p> diff --git a/docs/html/tools/tools_toc.cs b/docs/html/tools/tools_toc.cs index cb6a1de..9437c1b 100644 --- a/docs/html/tools/tools_toc.cs +++ b/docs/html/tools/tools_toc.cs @@ -122,7 +122,7 @@ <li class="nav-section"> <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/debugging/index.html"><span class="en">Debugging</span></a></div> <ul> - <li><a href="<?cs var:toroot ?>tools/debugging/debugging-projects.html"><span class="en">From Eclipse with ADT</span></a></li> + <li><a href="<?cs var:toroot ?>tools/debugging/debugging-studio.html"><span class="en">From Android Studio</span></a></li> <li><a href="<?cs var:toroot ?>tools/debugging/debugging-projects-cmdline.html"><span class="en">From Other IDEs</span></a></li> <li><a href="<?cs var:toroot ?>tools/debugging/ddms.html"><span class="en">Using DDMS</span></a></li> <li><a href="<?cs var:toroot ?>tools/debugging/debugging-log.html"><span class="en">Reading and Writing Logs</span></a></li> @@ -145,14 +145,6 @@ </ul> </li> - <li class="nav-section"> - <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/support-library/index.html"><span -class="en">Support Library</span></a></div> - <ul> - <li><a href="<?cs var:toroot ?>tools/support-library/features.html">Features</a></li> - <li><a href="<?cs var:toroot ?>tools/support-library/setup.html">Setup</a></li> - </ul> - </li> <li class="nav-section"> <div class="nav-section-header"><a href="<?cs var:toroot ?>tools/help/index.html"><span diff --git a/docs/html/tools/workflow/index.jd b/docs/html/tools/workflow/index.jd index f76df75..6a114c7 100644 --- a/docs/html/tools/workflow/index.jd +++ b/docs/html/tools/workflow/index.jd @@ -1,9 +1,9 @@ -page.title=Introduction +page.title=Developer Workflow @jd:body -<p>To develop apps for Android devices, you use a set of tools that are included in the Android SDK. -Once you've downloaded Android Studio and the Android SDK tools you can access these tools directly. -You can also access most of the SDK tools from the command line. Developing with Android Studio is the +<p>To develop apps for Android, you use a set of tools that are included in Android Studio. +In addition to using the tools from Android Studio, +you can also access most of the SDK tools from the command line. Developing with Android Studio is the preferred method because it can directly invoke the tools that you need while developing applications.</p> <p>However, you may choose to develop with another IDE or a simple text editor and invoke the |
