After updating Android Studio to the Ladybug version and updating the dashboard and robot controller with the 10.1.1 updates, there is now a null point exception error with the telemetry FTCDashboard object every time we call it in our code. The code works on 9.1 SDK though (no null point exception). There seems to be nothing wrong with our code and it seems to be a problem with something else that occurred whilst updating our versions. Does anyone know how to fix this error message from appearing? Thank you so much!
The NPE you see here isn’t related to Telemetry.
The object you are calling setTelemetryTransmissionInterval() on is null. Which usually means you haven’t instantiated something properly.
To more fully diagnose and debug you should post the full stack trace (this one looks truncated), along with a pointer to your software, ideally on GitHub.