I am not compiling from the command line.
I am using Eclipse, but I'd like to know what options are supported and whether options changed from SDK 4.1.7 to SDK 4.2.1 and 4.2.2
I am not compiling from the command line.
I am using Eclipse, but I'd like to know what options are supported and whether options changed from SDK 4.1.7 to SDK 4.2.1 and 4.2.2
I'm not aware of any changes but here are the options: developer.garmin.com/.../
Thanks.
I wasn't having any luck finding that in the documentation.
It's not exactly easy to find things in the docs! I've started to bookmark stuff that took me way to long to find, like this
in the bin directory of a sdk, type in "monkeyc" and you get the full list of parameters/options for that SDK
Thanks Jim.
Does that mean that the full list of parameters / options for a given SDK won't necessarily be listed in the documentation that pstppani provided a link to ?
And how would I find the bin directory of a given SDK ?
Yeah.... I've started doing the same.
There is an SDK Folder at the same level as the device folder.
On Window, /users/(you)/appdata/roaming/garmin/connectiq.
in VSC, if you do "Monkey C: Open Samples folder", your in the SDK's Sample folder which is at the same level as bin
Thanks. I'll try to find that.
-jar c:\Users\(user)\AppData\Roaming\Garmin\ConnectIQ\Sdks\connectiq-sdk-win-4.2.2-2023-03-09-6ec276508\bin\monkeybrains.jar
You also see the path to bin when you compile an app - the -jar parameter
excuse my ignorace but is there some way to see the command line options without opening a CMD window and entering cd commands to enter the entire path to the SDK ?