From c4a0882a5dc06f1146aef51eff0845d4b086164d Mon Sep 17 00:00:00 2001 From: "smain@google.com" Date: Mon, 8 Dec 2014 12:28:25 -0800 Subject: edits to sdk install instructions. Change-Id: Ic4be9526a5d4db6a2ffa52dc05e25c4c10eb4c97 --- docs/html/sdk/installing/index.jd | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) (limited to 'docs/html/sdk') diff --git a/docs/html/sdk/installing/index.jd b/docs/html/sdk/installing/index.jd index 8755899..14d274f 100644 --- a/docs/html/sdk/installing/index.jd +++ b/docs/html/sdk/installing/index.jd @@ -28,9 +28,8 @@ p.paging-links { @@ -226,8 +226,7 @@ the SDK tools from the command line.

  • https://help.ubuntu.com/community/JavaInstallation
  • -
  • Here are the steps to install Java and Eclipse, prior to installing - the Android SDK and ADT Plugin. +
  • Here are the steps to install Java:
    1. If you are running a 64-bit distribution on your development machine, you need to install additional packages first. For Ubuntu 13.10 (Saucy Salamander) @@ -241,13 +240,6 @@ sudo apt-get install libncurses5:i386 libstdc++6:i386 zlib1g:i386

      apt-get install ia32-libs
    2. Next, install Java:
      apt-get install sun-java6-jdk
    3. -
    4. The Ubuntu package manager does not currently offer an Eclipse 3.7 - version for download, so we recommend that you download Eclipse from - eclipse.org (http://www.eclipse.org/downloads/). - A Java or RCP version of Eclipse is recommended.
    5. -
    6. Follow the steps given in previous sections to install the SDK - and the ADT plugin.
  • @@ -327,10 +319,6 @@ if (package == "tools") { // Show the SDK Tools (other IDE) instructions $("h1").text($("#tools").attr('heading')); $("#tools").show(); -} else if (package == "adt") { - // Show the ADT instructions - $("h1").text($("#adt").attr('heading')); - $("#adt").show(); } else if (package == "studio") { // Show the Android Studio instructions $("h1").text($("#studio").attr('heading')); -- cgit v1.1