SDK samples for connect-IQ

Hello. I've instalI and succesfull verify the Monkey C extension in visual studio code, download the SDK Connect IQ (release 4.1.7) and create a new project.

I try to find the SDK sample folder but there isn't at all in the system. (in the command palett also there is no associated command..)

Could someone help me where i can find that Connect IQ samples?

thanks

  • The VS Code command palette should have the following command: "Monkey C: Open Samples Folder".

    - Depending on your OS, the current SDK will be a subfolder of one of the following locations:

    Windows: %APPDATA%\Garmin\ConnectIQ\Sdks

    macOS: $HOME/Library/Application Support/Garmin/ConnectIQ/Sdks

    linux: $HOME/.Garmin/ConnectIQ/Sdks

    e.g. in Windows: %APPDATA%\Garmin\ConnectIQ\Sdks\connectiq-sdk-win-4.1.7-2022-11-21-562b8a195

    - Each SDK folder contains a samples folder.

    - The full path to the current SDK is in a text file: ...\ConnectIQ\current-sdk.cfg

    Also, this subforum is for developers to show off their published apps. Usually, this kind of question would be posted in the Connect IQ > Discussion forum:

    forums.garmin.com/.../discussion

  • OK thank you so much!