sdk 4.0.6
eclipse plug in 4.1.0.beta1
eclipse Version: Version: 2021-09 (4.21.0) Build id: 20210910-1417
windows 10
watch face
minSdkVersion 2.4.0
fenix 6s sumilator (not known on device)
running sdk sample SensorHistory
Error: Unexpected Type Error
Details: Failed invoking <symbol>
Exception: UnexpectedTypeException: Expected null/Number, given null
throws exception in
function getIterator() {
if ( ( Toybox has :SensorHistory ) && ( Toybox.SensorHistory has mSensorSymbols[mIndex] ) ) {
var getMethod = new Lang.Method( Toybox.SensorHistory, mSensorSymbols[mIndex] );
return getMethod.invoke( {
} );
}
return null;
}
for :getOxygenSaturationHistory
strange is exception
Error: Unexpected Type Error
Details: Failed invoking <symbol>
Exception: UnexpectedTypeException: Expected null/Number, given null