This space is specifically for Connect IQ bug reports. Please review the Connect IQ Bug Reports FAQ before reporting a bug to be sure you have the information needed for Garmin to investigate the bug you wish to report. 

  • Symbol Not Found Error: Could not find symbol 'KeyEvent'

    • Acknowledged on
    • 19 Comments
    Hi, I have a class derived from WatchUi.View, that when is being shown gives the following error whenever I press the (physical) button on the clock (vívoactive 3): (from CIQ_LOG.YML) Error: Symbol Not Found Error Details: "Could not find symbol...
  • Error Name: Data Field Is Not Running

    • Acknowledged on
    • 7 Comments
    eclipse/windows/SDK 4.1.4 Error Name: Data Field Is Not Running Occurrences: 11 First Occurrence: 2022-07-17 Last Occurrence: 2022-07-18 Devices: fēnix® 5X / tactix® Charlie: 25.00 App Versions: 1.6.0 Languages: ind Backtrace: PSX2View.onLayout:279...
  • Simulator doesn't work on Mac M1

    • Acknowledged on
    • 1 Comment
    Hello, For some reason simulator stopped working on Mac M1. It was working OK after the initial installation, then it stopped working. I managed to get it back working by completely removing and reinstalling SdkManager and everything from the ~/Library...
  • Garmin Connect on Android doesnt show FIT contributor graphs for some Activity types

    • Acknowledged on
    • 2 Comments
    Hi, I found an issue with Connect app on Android. My app ( https://apps.garmin.com/en-US/apps/a4f7e008-af89-4cdb-8368-f0df16e48ebb ) creates a graph - it is visible online and in Connect app on iPhone, but not on Android. My app creates "Breathing"...
  • Bug: Monkeydo dies after changing settings

    • Acknowledged on
    • 4 Comments
    * Run any kind of app on Linux * Change the settings of your time from 12 to 24 hrs or change the ISO to imperial world * Notice that your application exits with exit code 0 This hinders development a lot, because I can't really attach to the running...
  • Bug: Unable to detect settings file for watchface/app on Linux

    • Acknowledged on
    • 3 Comments
    While checking out this https://github.com/Likenttt/DirtyReadPropertyDemo repo and trying to launch it on Linux I cannot get the settings to work as it states there isn't a settings file present. There is, as it works on Windows.
  • RFC: Object destruction method for automatically cleaning up what you made

    • Acknowledged on
    • 1 Comment
    I would like to have some kind of builtin method that takes care of object descruction so I don't have to deal with it manually when an object goes out of scope: class Foo { private var session; // More code here // and somewhere session.start...
  • RFC: Menu2 methods for the win

    • Acknowledged on
    • 0 Comments
    I want/need/would LOVE to have functionality on a Menu2 object that tells me WHICH identifiers/items it stores. In my app I have logic that enables user supplied input as a menu item and also allows users to delete them. I see the refresh calls, but...
  • can't download the SDK Manager on Mac

    • Acknowledged on
    • 5 Comments
    Hi, i'm trying to download the SDK Manager on Mac to develop some watchfaces. By the download never started. Does anyone else has the same problem or a solution? Thanks,Markus
  • Getting location information

    • Acknowledged on
    • 11 Comments
    RESOLVED: Thanks Jim. PEBKAC; I didn't realize that just starting the activity and having it show up on the map was not enough. You need to wait for a GPS lock (green bar) and then start the activity. I've been banging my head on this for a while...