# Garmin Connect IQ Develop

[Get the SDK | Connect IQ | Garmin Developers](https://developer.garmin.com/connect-iq/sdk/)

[Connect IQ Basics](https://developer.garmin.com/connect-iq/connect-iq-basics/getting-started/#gettingstarted)

### [Get the Connect](https://developer.garmin.com/connect-iq/connect-iq-basics/getting-started/#gettingstarted) IQ 8.1.1 SDK

```bash
wget -c https://developer.garmin.com/downloads/connect-iq/sdk-manager/connectiq-sdk-manager-windows.zip
```

`sdkmanager`

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1746238767940/db2d7c0f-da5f-4c73-aade-fb1676a6ec82.png align="center")

**SDK: Connect IQ 8.1.1**

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1746238840417/9066daaa-86a6-43f8-aee6-16d0369c7140.png align="center")

**Devices: Forerunner 255**

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1746238853046/e007f3e2-690f-4de8-8bea-bc6bab9b3262.png align="center")

## VS Code Monkey C Extension

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1746238945526/21b8d5b2-50cc-40dd-89c7-863b6d69a38c.png align="center")

#### Installing the Visual Studio Code Monkey C Extension:

1. In Visual Studio Code, go to the *View* &gt; *Extension* menu
    
2. In the Extensions Marketplace, search box type "Monkey C"
    
3. Select the *Monkey C* extension from Garmin.
    
4. Use the *Install* button to install the extension in Visual Studio Code. This will require a restart of Visual Studio Code.
    
5. After Visual Studio Code restarts, summon the command palette with *Ctrl + Shift + P* (*Command + Shift + P* on Mac).
    
6. Type "Verify Installation" and select *Monkey C: Verify Installation*
    

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1746239084037/65706611-e921-45e3-97f6-26236b99dead.png align="center")

JDK

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1746239170937/c0aebd0b-7c7a-4a71-b980-f60aad99540c.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1746239208618/52411f9d-298e-4650-919e-a6a2718025e4.png align="center")

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1746239293424/76b0bb67-19c6-457b-9f50-9aa148b87057.png align="center")

# Your First Connect IQ App

## Creating Your First Project

First you need to create your new project:

1. Use *Ctrl + Shift + P* (*Command + Shift + P* on the Mac) to summon the command palette
    
2. Type “New Project” and select *Monkey C: New Project*
    
3. When prompted with *Set Project Name* enter a name for your new project
    
4. Select the project type *Watch Face*
    
5. Select the *Simple* template upon which the project will be based
    
6. Select *3.2.0* as the minimum API level
    
7. Set the parent directory for your new project  
    
8. ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1746239471689/70e3ea3b-ca83-4ba3-8659-33d7ef15f4c3.png align="center")
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1746239527114/5402adfe-0f10-48c1-a547-e734cda4423a.png align="center")
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1746239609964/d78e4701-28d8-4776-8c1a-78688616192d.png align="center")
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1746239638032/c5e24fc9-e204-4eef-9d57-c9938108a008.png align="center")
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1746239656911/9159cb16-14ab-4e5c-94b4-17423e1ceb16.png align="center")
    
    Run
    
9. Open `*.mc`, Press `F`
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1746239915131/f2af17af-b3a0-47a3-a8b0-07c81cc93995.png align="center")
    
    `5`
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1746239706691/11bb75ea-81d6-4480-8101-ea9dafffbb8f.png align="center")
    
    ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1746239716009/d967a076-8118-4b18-9490-0ec0b8268323.png align="center")
