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.
Hi cmacfarlane,
Thanks a lot for the reply! Sorry that I was focused on getting the meet2 ready and did not get time to reply till now. Basically the same code works fine using SDK 9.1. I believe this is an incompatibility issue of telmetry/dashboard with sdk 10.1.1. Could you please provide the compatible version of telemetry and dashboard with sdk 10.1.1? Thanks again!