diff options
Diffstat (limited to 'docs/html/sdk')
-rw-r--r-- | docs/html/sdk/index.jd | 8 | ||||
-rw-r--r-- | docs/html/sdk/installing/index.jd | 9 | ||||
-rw-r--r-- | docs/html/sdk/installing/installing-adt.jd | 8 | ||||
-rw-r--r-- | docs/html/sdk/installing/studio-build.jd | 4 |
4 files changed, 15 insertions, 14 deletions
diff --git a/docs/html/sdk/index.jd b/docs/html/sdk/index.jd index 2bbdfc8..9ed70ed 100644 --- a/docs/html/sdk/index.jd +++ b/docs/html/sdk/index.jd @@ -246,11 +246,9 @@ This is the Android Software Development Kit License Agreement <p>The Android SDK provides you the API libraries and developer tools necessary to build, test, and debug apps for Android.</p> -<p>If you're a new Android developer, we recommend you download the ADT Bundle -to quickly start developing apps. It includes the essential -Android SDK components and a version of the Eclipse IDE with built-in -<b>ADT (Android Developer Tools)</b> to -streamline your Android app development.</p> +<p>Download the ADT Bundle to quickly start developing apps. It includes the essential Android +SDK components and a version of the Eclipse IDE with built-in <b>ADT (Android Developer Tools)</b> +to streamline your Android app development.</p> <!-- this appears when viewing the online docs --> diff --git a/docs/html/sdk/installing/index.jd b/docs/html/sdk/installing/index.jd index 304b53d..e98446b 100644 --- a/docs/html/sdk/installing/index.jd +++ b/docs/html/sdk/installing/index.jd @@ -112,7 +112,7 @@ style="float:right;font-size:13px"><a href='' onclick='showAll();return false;' your JDK folder, for example <code>C:\Program Files\Java\jdk1.7.0_21</code>.</p> </p> </li> - + </ol> @@ -416,6 +416,9 @@ function getUrlParam(param) { } } - - +/* direct link to ubuntu troubleshooting */ +if ( document.location.href.indexOf('#ubuntu-trouble') > -1 ) { + $(".linux.docs").show(); + toggleExpandable(this,'#ubuntu-trouble'); +} </script> diff --git a/docs/html/sdk/installing/installing-adt.jd b/docs/html/sdk/installing/installing-adt.jd index 5a433d4..c8200aa 100644 --- a/docs/html/sdk/installing/installing-adt.jd +++ b/docs/html/sdk/installing/installing-adt.jd @@ -1,8 +1,8 @@ page.title=Installing the Eclipse Plugin -adt.zip.version=23.0.3 -adt.zip.download=ADT-23.0.3.zip -adt.zip.bytes=103321934 -adt.zip.checksum=ab2f5e2fbbdddeeb7dfd02cd4046538a +adt.zip.version=23.0.4 +adt.zip.download=ADT-23.0.4.zip +adt.zip.bytes=103336810 +adt.zip.checksum=91a43dcf686ab73dec2c08b77243492b @jd:body diff --git a/docs/html/sdk/installing/studio-build.jd b/docs/html/sdk/installing/studio-build.jd index 29ba12d..bff3bc0 100644 --- a/docs/html/sdk/installing/studio-build.jd +++ b/docs/html/sdk/installing/studio-build.jd @@ -454,8 +454,8 @@ with the default local certificate, so that you can install it on the emulator a for debugging purposes.</p> <p>After you build the project, the output APK for the app module is located in -<code>app/build/apk/</code>, and the output AAR for the lib module is located in -<code>lib/build/libs/</code>.</p> +<code>app/build/outputs/apk/</code>, and the output AAR for the lib module is located in +<code>lib/build/outputs/libs/</code>.</p> <p>To see a list of all available build tasks for your project, type this command:</p> |