Cannot find symbol ':setText' on type 'PolyType<Null or $.Toybox.WatchUi.Drawable>'
I get a bunch of those errors after I updated to latest SDK. I am not sure what version I had before but it was probably pretty old. I am still using eclipse btw...
Code is like:
var hourView = View.findDrawableById("HourLabel");
hourView.setText(hourString);
I don't want to update but it seems that maybe I must in order to support newer watches. (??)
How do I fix this? Thanks for any suggestions.