This is a seed project for writing Garmin Connect IQ applications. Instead of using the Eclipse plugin (which works rather poorly...), you can use any text editor of your choice and compile, run or package your project using make.
All you'll need to get started is edit the properties.mk
file. Here's a description of the variables:
- DEVICE - device type you want to use for simulation (e.g. fenix3, vivoactive, epix...)
- SDK_HOME - home folder of your SDK (e.g. /Users/me/connectiq-sdk-mac-1.2.9)
- DEPLOY - if you want to hot-deploy to your device, that's the mounted path for the APPS folder (e.g. /Volumes/GARMIN/GARMIN/APPS/)
- build - compiles the app
- run - compiles and starts the simulator
- deploy - if your device is connected via USB, compile and deploy the app to the device
- package - create an .iq file for app store submission
To execute the run target, run make run
from the home folder of your app