Hi - I have put together a watchface that uses Weather.getCurrentConditions() and shows related weather info like temp, wind direction/speed - works just fine on the MARQ sim (on both SDK 3.1 and 3.2). However, the highest SDK I can choose in the Manifest xml to serve the D2 Deltas is 3.1, When I do that and run my watchface, the compilation chokes on Weather.getCurrentConditions(), saying:
Error: Symbol Not Found Error
Details: Failed invoking <symbol>
Stack:
- onUpdate() at [...]\View.mc:47 0x1000010a
That line is where I invoke Weather.getCurrentConditions() - again, it works on Marq, but not on any D2 (except on the new D2 Air, of course).
Of course it's also only now that I realize that the whole Weather class is actually marked as "since 3.2"..?
Garmin cannot seriously have excluded watches they still sell from displaying weather information, or what am I missing here..??