diff --git a/docs/html/community/index.jd b/docs/html/community/index.jd index 91c54aab0dda7..eb5887a23e58f 100644 --- a/docs/html/community/index.jd +++ b/docs/html/community/index.jd @@ -9,7 +9,7 @@ page.title=Community

Note: If you are seeking discussion about Android source code (not application development), then please refer to the Open Source Project Mailing lists.

-

Contents

+

Contents

  1. Before you post
  2. Application developer mailing lists
  3. diff --git a/docs/html/guide/developing/device.jd b/docs/html/guide/developing/device.jd index 35c0a1ae0c522..805167826a7d5 100644 --- a/docs/html/guide/developing/device.jd +++ b/docs/html/guide/developing/device.jd @@ -137,7 +137,7 @@ would on the emulator. There are just a few things to do before you can start.If you're developing on Mac OS X, it just works. Skip this step.
  4. If you're developing on Ubuntu Linux, you need to add a rules file:
      -
    1. Login as root and create this file: /etc/udev/rules.d/50-android.rules. +
    2. Login as root and create this file: /etc/udev/rules.d/51-android.rules.

      For Gusty/Hardy, edit the file to read:
      SUBSYSTEM=="usb", SYSFS{idVendor}=="0bb4", MODE="0666"

      diff --git a/docs/html/sdk/1.5_r2/installing.jd b/docs/html/sdk/1.5_r2/installing.jd index 69b2c1bef5335..1530dc56e1db5 100644 --- a/docs/html/sdk/1.5_r2/installing.jd +++ b/docs/html/sdk/1.5_r2/installing.jd @@ -9,7 +9,7 @@ page.title=Installing the Android SDK

      This page describes how to install the Android SDK and set up your development environment. If you haven't downloaded the SDK, you can do so from the -Download page. Once you've downloaded +Download page. Once you've downloaded the SDK, return here.

      If you encounter any problems during installation, see the @@ -19,7 +19,7 @@ this page.

      Upgrading?

      If you have already developed applications using an earlier version of the SDK, please read -Upgrading the +Upgrading the SDK, instead.

      @@ -27,7 +27,7 @@ SDK, instead.

      Preparing for Installation

      Before you begin, take a moment to confirm that your development machine meets the -System Requirements. +System Requirements.

      If you will be developing on Eclipse with the Android Development @@ -323,7 +323,7 @@ begin developing applications. Here are a few ways you can get started:

      • If JDK is already installed on your development computer, please take a moment to make sure that it meets the version requirements listed - in the System Requirements. + in the System Requirements. In particular, note that some Linux distributions may include JDK 1.4 or Gnu Compiler for Java, both of which are not supported for Android development.