diff options
| author | Luan Nguyen <luann@google.com> | 2015-02-27 15:07:01 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-02-27 15:07:02 +0000 |
| commit | a464d409f68ca9a59ac4261edd46866ae2af68bf (patch) | |
| tree | 1d7a2e97aaf2dbb0e3929dec80db2902245137ea /docs/html/training | |
| parent | 8f0e9c7593fee981fc4b3831aae76a1f20e236db (diff) | |
| parent | 43836ac79802faa43e49e2ba186872e02605d871 (diff) | |
| download | frameworks_base-a464d409f68ca9a59ac4261edd46866ae2af68bf.zip frameworks_base-a464d409f68ca9a59ac4261edd46866ae2af68bf.tar.gz frameworks_base-a464d409f68ca9a59ac4261edd46866ae2af68bf.tar.bz2 | |
Merge "docs: Add steps to enable adb debugging on Wear device" into lmp-docs
Diffstat (limited to 'docs/html/training')
| -rw-r--r-- | docs/html/training/wearables/apps/creating.jd | 9 |
1 files changed, 9 insertions, 0 deletions
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.</p> <li>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.</li> <li>Leave the Android Wear app open on your phone.</li> + <li>Enable adb debugging on the Android Wear device.</li> + <ol> + <li>Go to <strong>Settings > About</strong>.</li> + <li>Tap <strong>Build number</strong> seven times.</li> + <li>Swipe right to return to the Settings menu.</li> + <li>Go to <strong>Developer options</strong> at the bottom of the screen. + </li> + <li>Tap <strong>ADB Debugging</strong> to enable adb.</li> + </ol> <li>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.</li> <p class="note"><strong>Note:</strong> If you can not connect your wearable to your machine via USB, |
