Set up connectiq to develop Garmin app
Install sdk and visual studio code extension
Get the SDK | Connect IQ | Garmin Developers
Set sdk to path
- Window + r –> %APPDATA%
- Go to “Garmin\ConnectIQ\Sdks\xxxxxxxxxxxx\bin”
- Copy the folder and add to system environment
https://www.architectryan.com/2018/08/31/how-to-change-environment-variables-on-windows-10/
Build and run project
// Launch the simulator:
> connectiq
// Compile the executable:
> monkeyc -d fenix5plus -f /path/to/monkey.jungle -o project_name.prg -y /path/to/Dev_Key
// Run in the simulator
> monkeydo project_name.prg fenix5plus