Trying to run a wear counterpart of an Android app directly on Moto 360, after having it connected and listed as a target device.
ADB can see it and communicates fine.
However, the deployment message is not progressing for a long time, about 10 mins.
Eventually, the app gets installed, but this makes continuous development on the device almost impossible.
Is there any way to speed up this installation? I really doubt that the Bluetooth link is that slow.
I had the same issue and started using Emulator. Emulator is pretty fast since there is not data transfer over bluetooth.
To setup an emulator, you can use the following tutorials. http://www.binpress.com/tutorial/how-to-create-a-custom-android-wear-watch-face/120 https://developer.android.com/training/wearables/apps/creating.html
The next update of android wear is coming up with Wi-fi. With that we should be able to deploy it in Wi-fi itself.
http://androidcommunity.com/moto-360-getting-wifi-support-after-android-wear-update-20150421/