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

  1. Window + r –> %APPDATA%
  2. Go to “Garmin\ConnectIQ\Sdks\xxxxxxxxxxxx\bin”
  3. 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
Leave a Reply 0

Your email address will not be published. Required fields are marked *