Garmin Connect IQ 2.1 based watch face targeting the vívoactive HR
Garmin's SDK includes instructions to build projects with Eclipse, but I don't want to use Eclipse. This project provides a build.sh
shell script instead of requiring Eclipse.
Primarily meant as a bootstrap watch face project as I learn more about the Connect IQ SDK.
Here's what I do:
- start the device simulator
- run
build.sh
from a Git Bash session on Windows
build.sh
expects the following environmental variables set: CONNECTIQ_SDK_PATH and CONNECTIQ_DEV_KEY_PATH.