11

I'm trying to write a wearable app with custom layout notifications, however my emulator is not displaying custom wearable notifications properly. (I just get a card with a black box... it even happens on the sample app notifications).

I have a Moto 360 but since it doesn't have a USB port, I don't know how to deploy a debugable app on there using Android Studio.

Any thoughts? (Trying to not create and package and app / publish to the store to debug as that would be a huge waste of time if there is a way to directly package apps and ship them to the moto 360).

chinna_82
  • 6,353
  • 17
  • 79
  • 134
chocospaz
  • 739
  • 1
  • 8
  • 15

1 Answers1

18

You can deploy your app on your smartphone connected via BT to your 360. Follow this link Android Wear BT debugging

GioLaq
  • 2,489
  • 21
  • 26
  • 2
    Yes, but unfortunately developer docs are utterly confusing in this regard. They say: "Connect the wearable to your machine through USB, so you can install apps directly to it as you develop." Right on this page: https://developer.android.com/training/wearables/apps/creating.html – IgorGanapolsky Jan 26 '15 at 13:32
  • 2
    The docs have been updated: "Note: If you can not connect your wearable to your machine via USB, follow the directions on Debugging over Bluetooth." – Peter Tran May 07 '15 at 07:54