You can get it one of two ways:
- Use the Connect IQ SDK Manager in Eclipse, by clicking the Connect IQ menu, selecting Open SDK Manager, and then clicking the Download button for Connect IQ SDK v1.2.4 released February 2, 2016.
- Download directly from our developer site at http://developer.garmin.com/connect-iq/sdk/
General Changes:
- Address custom font rendering problems on the 920XT.
- Fix case where it was possible to upload Edge 1000 / 520 widget or watch-app.
- Fix memory leak when creating / destroying a device context (dc).
- Reduce memory consumption when creating large numbers of objects.
Simulator Changes:
- Adjust System.getDeviceSettings() to take into account landscape mode in the Simulator.
- Fix occurrences of “Too Many Objects” error when receiving JSON requests in the Simulator. Very large JSON requests may still produce this error, although valid in this instance to better emulate devices.
- Better alignment of reported memory estimates between OS X and Windows.
- Devices have a limit to the number of objects they can allocate. A “Too Many Objects” error is issued when this limit is reached; the number has been increased to better reflect device capability.
Known Issues:
- If an Exception is thrown from a catch block, the finally block of the current try/catch/finally will not be executed.
- The compiler is processing custom fonts in a way that allows for more data to be specified, but hand-made font files may display slightly different.