I'm seeing red errors briefly in my Eclipse console. But they disappear when the Simulator starts up and my app runs as I expect it to in the simulator.
BUILD: ERROR: C:\Garmin\Projects\WhiteWatch\source\AMazeingView.mc:144: no viable alternative at input ')'
BUILD: ERROR: C:\Garmin\Projects\WhiteWatch\source\AMazeingView.mc:146: missing '}' at 'else'
BUILD: ERROR: C:\Garmin\Projects\WhiteWatch\source\AMazeingView.mc:151: extraneous input 'dc' expecting {'}', 'using
... etc
I'm wondering if it's to do with my IF statements. Are we allowed to use the || or operator like in Java? They seem to work ok. The line in question, doesn't seem to have any relationship to the error message, i.e. if I insert a blank line so that 144 is blank, it still reports the same error on the same line number.
If I leave the simulator running, when I launch my app, no errors are shown. It's only when I launch my app when the simulator is not yet running do I see these messages.
Any ideas please?