Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Android Wear debugging scenarios

Android Wear debugging scenarios

These four slides show the sceneries when we work with Android Wear using emulators and real devices.

Yair Carreno

May 10, 2016
Tweet

More Decks by Yair Carreno

Other Decks in Technology

Transcript

  1. Case 1: Android Studio + Emulator Watch + Emulator Phone

    Requirements: * To have installed into the emulator phone Google Play Services and Android Wear App. You can install Android Wear App using Google Play Store or downloading the apk. * Ip and port correspond to the emulator wearable.
  2. Case 2: Android Studio + Real device watch using USB

    Requirements: * To have on the watch the option “ADB debugging“ enabled. * Android Studio must know the watch connected by USB.
  3. Case 3: Android Studio + Real device watch using Bluetooth

    Requirements: * Android Studio must know the phone connected by USB. * To have installed Android Wear App on real device phone. * On the phone in Android Wear App-->Settings, to have on the phone “Debugging over Bluetooth“ enable. * To have on the watch the option “Debug over Bluetooth“ and “ADB debugging“ enabled.
  4. Case 4: Android Studio + Multiples real device watch using

    Bluetooth Requirements: * The same requirements of the case 3. * Ip and port correspond to the watch that you want to connect.