Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 794 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 794 Bytes

HUD vs. Watch

Android application (Mobile, HUD, Watch) for HUD vs. Watch dual-task study

Dual Task logo

Setup

Cloning and building Code

git clone https://github.com/Dual-Task/HUDvsWatch.git
cd HUDvsWatch
cd src
# Open src directory in Android Studio
open -a "Android Studio" .

Hit build in the IDE and deploy to your mobile devices.

Setting up watch for deployment

Instructions for setting up a WearOS device for mobile (Bluetooth or WiFi) debugging can be found here:

adb forward tcp:4444 localabstract:/adb-hub
adb connect 127.0.0.1:4444

Following the above instructions will allow you wirelessly to deploy from Android Studio onto your smartwatch.