Skip to content
bingosabi edited this page Dec 1, 2014 · 4 revisions

Welcome to the AuthenticWatch wiki!

To Run...
Connect your Android Handheld (not wearable) to your computer Launch the project. Issue the following commands from the console on your mac to use the Android Handset to Bridge to the device. (Only necessary for Moto360 which doesn't have a USB port.)

adb forward tcp:4444 localabstract:/adb-hub

adb connect localhost:4444

Run the "wear target" in android studio from the project.

Haven't been able to actually set breakpoints on the watch yet, so Log.d seems the only way to debug: adb -s localhost:4444 logcat

Clone this wiki locally