From 43836ac79802faa43e49e2ba186872e02605d871 Mon Sep 17 00:00:00 2001 From: Luan Nguyen Date: Wed, 25 Feb 2015 09:42:07 -0800 Subject: docs: Add steps to enable adb debugging on Wear device bug: 19425073 Change-Id: Iead63dfe12c5187c5ed8e452fe7e934402ebd056 --- docs/html/training/wearables/apps/creating.jd | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs') diff --git a/docs/html/training/wearables/apps/creating.jd b/docs/html/training/wearables/apps/creating.jd index c12ffa7..487615b 100644 --- a/docs/html/training/wearables/apps/creating.jd +++ b/docs/html/training/wearables/apps/creating.jd @@ -106,6 +106,15 @@ types of screen shapes, which is useful for testing.

  • Follow the app's instructions to pair your handheld with your wearable. This allows you to test out synced handheld notifications, if you're building them.
  • Leave the Android Wear app open on your phone.
  • +
  • Enable adb debugging on the Android Wear device.
  • +
      +
    1. Go to Settings > About.
    2. +
    3. Tap Build number seven times.
    4. +
    5. Swipe right to return to the Settings menu.
    6. +
    7. Go to Developer options at the bottom of the screen. +
    8. +
    9. Tap ADB Debugging to enable adb.
    10. +
  • Connect the wearable to your machine through USB, so you can install apps directly to it as you develop. A message appears on both the wearable and the Android Wear app prompting you to allow debugging.
  • Note: If you can not connect your wearable to your machine via USB, -- cgit v1.1