diff options
author | Joe Fernandez <joefernandez@google.com> | 2014-12-09 13:58:23 -0800 |
---|---|---|
committer | Joe Fernandez <joefernandez@google.com> | 2014-12-09 13:58:23 -0800 |
commit | ead7b78b9eb303115c93f393160a3d91e1e89fab (patch) | |
tree | 9248e7465d96ad82bd897b98c282b0cd08a76d13 /docs/html/sdk | |
parent | 3bf22c31e8053d0de9cfaddcc76fab77c33c9091 (diff) | |
parent | 66189de6f8624c1c3f3c66121c1dabe5e51bd852 (diff) | |
download | frameworks_base-ead7b78b9eb303115c93f393160a3d91e1e89fab.zip frameworks_base-ead7b78b9eb303115c93f393160a3d91e1e89fab.tar.gz frameworks_base-ead7b78b9eb303115c93f393160a3d91e1e89fab.tar.bz2 |
resolved conflicts for merge of 66189de6 to master
Change-Id: Id4a80013dd506bd1135dd931450ee2a08a4c77aa
Diffstat (limited to 'docs/html/sdk')
-rw-r--r-- | docs/html/sdk/index.jd | 58 | ||||
-rw-r--r-- | docs/html/sdk/installing/index.jd | 10 | ||||
-rw-r--r-- | docs/html/sdk/installing/migrate.jd | 4 |
3 files changed, 40 insertions, 32 deletions
diff --git a/docs/html/sdk/index.jd b/docs/html/sdk/index.jd index f2b42cf..3a30cb8 100644 --- a/docs/html/sdk/index.jd +++ b/docs/html/sdk/index.jd @@ -4,19 +4,27 @@ 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. -studio.version=0.8.14 +studio.version=1.0.0 -studio.linux_bundle_download=android-studio-ide-135.1538390-linux.zip -studio.linux_bundle_bytes=176358193 -studio.linux_bundle_checksum=718356b49254f6c4e55c64b99164d311995205dd +studio.linux_bundle_download=android-studio-ide-135.1629389-linux.zip +studio.linux_bundle_bytes=243909934 +studio.linux_bundle_checksum=601a302f10cf8a22ba4216e0884a035bdfec38b3 -studio.mac_bundle_download=android-studio-ide-135.1538390-mac.zip -studio.mac_bundle_bytes=176745627 -studio.mac_bundle_checksum=4070e6f6a44d042266f46f1f2f9ca3448ac23f8cd +studio.mac_bundle_download=android-studio-ide-135.1629389.dmg +studio.mac_bundle_bytes=245757810 +studio.mac_bundle_checksum=0d9e0e230ece9f2e696b1b076c36ee1e73edcf3c -studio.win_bundle_download=android-studio-ide-135.1538390-windows.zip -studio.win_bundle_bytes=177343814 -studio.win_bundle_checksum=b533480200ba893616c73b32477e66ebb357a1b3 +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_notools_exe_download=android-studio-ide-135.1629389.exe +studio.win_notools_exe_bytes=262099808 +studio.win_notools_exe_checksum=bfc6e9397f72969bcb3db80c9abe3a205540c8ab + +studio.win_bundle_download=android-studio-ide-135.1629389-windows.zip +studio.win_bundle_bytes=246241434 +studio.win_bundle_checksum=6951e678a41b94b6172276727537db8590be7270 @@ -325,18 +333,19 @@ srcset="{@docRoot}images/tools/studio-hero-code_2x.png 2x, {@docRoot}images/tool -<h2 class="feature norule"> -Android builds evolved, with Gradle</h2> + +<h2 class="feature norule">Code templates and GitHub integration</h2> <div class="col-9" style="margin:0 20px 0 0"> - <img src="{@docRoot}images/tools/studio-hero-gradle.png" -srcset="{@docRoot}images/tools/studio-hero-gradle_2x.png 2x, {@docRoot}images/tools/studio-hero-gradle.png 1x" width="520" /> + <img src="{@docRoot}images/tools/studio-hero-import.png" +srcset="{@docRoot}images/tools/studio-hero-import_2x.png 2x, {@docRoot}images/tools/studio-hero-import.png 1x" width="520" /> </div><!-- end col-9 (left column) --> <div class="col-4 feature-blurb"> - <p>Create multiple APKs for your Android app with different features using the same project.</p> - <p>Manage app dependencies with Maven.</p> - <p>Build APKs from Android Studio or the command line.</p> + <p>New project wizards make it easier than ever to start a new project.</p> + + <p>Start projects using template code for patterns such as navigation drawer and view pagers, + and even import Google code samples from GitHub.</p> </div> @@ -375,19 +384,18 @@ srcset="{@docRoot}images/tools/studio-hero-avds_2x.png 2x, {@docRoot}images/tool - -<h2 class="feature norule">Code templates and GitHub integration</h2> +<h2 class="feature norule"> +Android builds evolved, with Gradle</h2> <div class="col-9" style="margin:0 20px 0 0"> - <img src="{@docRoot}images/tools/studio-hero-import.png" -srcset="{@docRoot}images/tools/studio-hero-import_2x.png 2x, {@docRoot}images/tools/studio-hero-import.png 1x" width="520" /> + <img src="{@docRoot}images/tools/studio-hero-gradle.png" +srcset="{@docRoot}images/tools/studio-hero-gradle_2x.png 2x, {@docRoot}images/tools/studio-hero-gradle.png 1x" width="520" /> </div><!-- end col-9 (left column) --> <div class="col-4 feature-blurb"> - <p>New project wizards make it easier than ever to start a new project.</p> - - <p>Start projects using template code for patterns such as navigation drawer and view pagers, - and even import Google code samples from GitHub.</p> + <p>Create multiple APKs for your Android app with different features using the same project.</p> + <p>Manage app dependencies with Maven.</p> + <p>Build APKs from Android Studio or the command line.</p> </div> diff --git a/docs/html/sdk/installing/index.jd b/docs/html/sdk/installing/index.jd index b1d564e..d8f6365 100644 --- a/docs/html/sdk/installing/index.jd +++ b/docs/html/sdk/installing/index.jd @@ -113,7 +113,7 @@ where they are installed. For example:</p> <p><b>To set up Android Studio on Linux:</b></p> <ol> - <li>Unpack the downloaded Tar file, {@code android-studio-ide-<version>-linux.zip}, into an + <li>Unpack the downloaded Tar file, {@code android-studio-ide-<version>-linux.zip}, into an appropriate location for your applications. <li>To launch Android Studio, navigate to the {@code android-studio/bin/} directory in a terminal and execute {@code studio.sh}. @@ -155,8 +155,7 @@ for your favorite IDE (if available).</p> <p>If you didn't download the SDK tools, go <a href="{@docRoot}sdk/index.html#Other" ><b>download the SDK now</b></a>, -or switch to the <a href="{@docRoot}sdk/installing/index.html?pkg=adt">Eclipse ADT -install</a> or <a href="{@docRoot}sdk/installing/index.html?pkg=studio">Android Studio +or switch to the <a href="{@docRoot}sdk/installing/index.html?pkg=studio">Android Studio install</a> instructions.</p> @@ -208,7 +207,7 @@ the SDK tools from the command line.</p> <p><b>To get started on Linux:</b></p> -<p>Unpack the {@code .zip} file you've downloaded. The SDK files are download separately to a +<p>Unpack the {@code .zip} file you've downloaded. The SDK files are download separately to a user-specified directory. </p> <p>Make a note of the name and location of the SDK directory on your system—you will need to @@ -328,7 +327,8 @@ Continue: Adding SDK Packages</a></p> <div id="default" style="display:none"> <p>If you haven't already, <b><a href="{@docRoot}sdk/index.html">download -the Android SDK bundle for Android Studio or the stand-alone SDK Tools</a></b>. </p> +the Android SDK bundle for Android Studio</a></b> or the +<a href="{@docRoot}sdk/index.html#Other">stand-alone SDK Tools</a>. </p> <p>Then, select which SDK bundle you want to install:</p> diff --git a/docs/html/sdk/installing/migrate.jd b/docs/html/sdk/installing/migrate.jd index 81d6f92..696552a 100644 --- a/docs/html/sdk/installing/migrate.jd +++ b/docs/html/sdk/installing/migrate.jd @@ -14,8 +14,8 @@ page.title=Migrating to Android Studio </div> </div> -<p>If you're currently using Eclipse with ADT, we recommend you migrate to <a -href={@docRoot}tools/basics/index.html">Android Studio</a>, a new Android +<p>If you're currently using Eclipse with ADT, we recommend you migrate to +<a href="{@docRoot}tools/studio/index.html">Android Studio</a>, a new Android development environment powered by IntelliJ IDEA. On top of the capabilities you expect from IntelliJ, Android Studio offers:</p> <ul> |