diff --git a/docs/html/tools/building/building-cmdline.jd b/docs/html/tools/building/building-cmdline.jd index 6154d96e63536..e0d0d3fbcd657 100644 --- a/docs/html/tools/building/building-cmdline.jd +++ b/docs/html/tools/building/building-cmdline.jd @@ -261,8 +261,18 @@ adb -s emulator-5554 install path/to/your/app.apk device:

diff --git a/docs/html/tools/building/building-eclipse.jd b/docs/html/tools/building/building-eclipse.jd index c73fe974410d8..304aa7e903a15 100644 --- a/docs/html/tools/building/building-eclipse.jd +++ b/docs/html/tools/building/building-eclipse.jd @@ -84,8 +84,18 @@ parent.link=index.html android:debuggable attribute of the <application> element to true. As of ADT 8.0, this is done by default when you build in debug mode. -
  • Enable USB Debugging on your device. You can find the setting on most Android devices by - going to Settings > Applications > Development > USB debugging.
  • +
  • Enable USB debugging on your device. + +
  • Ensure that your development computer can detect your device when connected via USB
  • diff --git a/docs/html/tools/device.jd b/docs/html/tools/device.jd index d5fd58122e4d2..61cd08a8b0f73 100644 --- a/docs/html/tools/device.jd +++ b/docs/html/tools/device.jd @@ -58,11 +58,17 @@ the <application> element.

    Note: If you manually enable debugging in the manifest file, be sure to disable it before you build for release (your published application should usually not be debuggable).

    -
  • Turn on "USB Debugging" on your device. -

    On the device, go to Settings > Applications > Development - and enable USB debugging - (on an Android 4.0 device, the setting is -located in Settings > Developer options).

    +
  • Enable USB debugging on your device. +
  • Set up your system to detect your device.