diff options
Diffstat (limited to 'docs/html/sdk')
| -rw-r--r-- | docs/html/sdk/index.jd | 8 | ||||
| -rw-r--r-- | docs/html/sdk/installing/studio-tips.jd | 14 |
2 files changed, 8 insertions, 14 deletions
diff --git a/docs/html/sdk/index.jd b/docs/html/sdk/index.jd index dc7a6ca..e56f3f5 100644 --- a/docs/html/sdk/index.jd +++ b/docs/html/sdk/index.jd @@ -1,8 +1,8 @@ -page.title=Android Studio +page.title=Download Android Studio and SDK Tools page.tags=download page.template=sdk header.hide=1 -page.metaDescription=Download the official Android developer tools to build apps for Android phones, tablets, wearables, TVs, and more. +page.metaDescription=Download the official Android IDE and developer tools to build apps for Android phones, tablets, wearables, TVs, and more. studio.version=1.0.0 @@ -15,8 +15,8 @@ studio.mac_bundle_bytes=245757810 studio.mac_bundle_checksum=0d9e0e230ece9f2e696b1b076c36ee1e73edcf3c studio.win_bundle_exe_download=android-studio-bundle-135.1629389.exe -studio.win_bundle_exe_bytes=852499624 -studio.win_bundle_exe_checksum=0c8a3b45385a698b43a47757fdd6a83ca837abd2 +studio.win_bundle_exe_bytes=868337656 +studio.win_bundle_exe_checksum=1931dbaeadb52f5e0a8ba6e2ae60d9df20b2076b studio.win_notools_exe_download=android-studio-ide-135.1629389.exe studio.win_notools_exe_bytes=262099808 diff --git a/docs/html/sdk/installing/studio-tips.jd b/docs/html/sdk/installing/studio-tips.jd index fba7a70..8e7e345 100644 --- a/docs/html/sdk/installing/studio-tips.jd +++ b/docs/html/sdk/installing/studio-tips.jd @@ -40,25 +40,19 @@ For example, if you add a button to the layout without specifying the <em>width< add all missing attributs</em>. Clicking the message adds the missing attributes to the layout.</p> -<h2>Output window message filtering</h2> -<p>When checking build results, you can filter messages by <em>message type</em> to quickly -locate messages of interest.</p> -<img src="{@docRoot}images/tools/studio-outputwindowmsgfiltering.png" style="width:200px"style="width:200px" /> -<p class="img-caption"><strong>Figure 14.</strong> Filter Build Messages</p> - <h3> Bitmap rendering in the debugger</h3> <p>While debugging, you can now right-click on bitmap variables in your app and invoke <em>View Bitmap</em>. This fetches the associated data from the debugged process and renders the bitmap in the debugger. </p> <p><img src="{@docRoot}images/tools/studio-bitmap-rendering.png" style="width:350px"/></p> -<p class="img-caption"><strong>Figure 2.</strong> Bitmap Rendering</p> +<p class="img-caption"><strong>Figure 1.</strong> Bitmap Rendering</p> <h3>Output window message filtering</h3> <p>When checking build results, you can filter messages by <em>message type</em> to quickly locate messages of interest.</p> <img src="{@docRoot}images/tools/studio-outputwindowmsgfiltering.png" style="width:200px"style="width:200px" /> -<p class="img-caption"><strong>Figure 3.</strong> Filter Build Messages</p> +<p class="img-caption"><strong>Figure 2.</strong> Filter Build Messages</p> <h3>Hierarchical parent setting</h3> @@ -79,7 +73,7 @@ including the preview device, layout theme, platform version and more. To previe multiple devices simultaneously, select <strong>Preview All Screen Sizes</strong> from the device drop-down.</p> <p><img src="{@docRoot}images/tools/studio-previewall.png" style="width:350px"/></p> -<p class="img-caption"><strong>Figure 4.</strong> Preview All Screens</p> +<p class="img-caption"><strong>Figure 3.</strong> Preview All Screens</p> <p>You can switch to the graphical editor by clicking <strong>Design</strong> at the bottom of the window. While editing in the Design view, you can show and hide the @@ -166,7 +160,7 @@ resolved values for the various attributes that are pulled in.</p> </strong> <code>F1</code>, see the theme inheritance hierarchy, and resolved values for the various attributes.</p> <img src="{@docRoot}images/tools/studio-allocationtracker.png" style="width:300px" /> -<p class="img-caption"><strong>Figure 1.</strong> Allocation Tracker</p> +<p class="img-caption"><strong>Figure 4.</strong> Allocation Tracker</p> <h3 id="key-commands">Keyboard Commands</h3> |
