var status = Sensor.getInfo();
var temp = status.temperature;
var pressure = status.pressure;
When compiling the above code I get this error message:
BUILD: com.garmin.monkeybrains.asm.AssemblerException: Unable to resolve entry class. Check the manifest file.