From da02c6422ff01f7e16fc3f08182876361c93db71 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Thu, 11 Oct 2012 14:37:59 -0700 Subject: [PATCH] update info about usb debugging for mr1 changes bug: 7333465 bug: 7318666 Change-Id: If657d5c31f3c0d418448d916d22ce865b2691db2 --- docs/html/tools/building/building-cmdline.jd | 14 +++++++++-- docs/html/tools/building/building-eclipse.jd | 14 +++++++++-- docs/html/tools/device.jd | 16 +++++++++---- .../training/basics/firstapp/running-app.jd | 23 +++++++++++++------ 4 files changed, 51 insertions(+), 16 deletions(-) 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.