SpeedGauge

jibanes

Member
Joined
Jul 16, 2019
Posts
23
Likes
0
Hello,

I'm looking to add a speedgauge to one of my studies.

Motivewave provides SpeedGauge.java ( ref: https://support.motivewave.com/foru...evelopment-kit-documentation-and-resources.5/ ) but this one happen to be the only study I can't compile.

What I'm missing is:

SpeedGauge.java:22: error: cannot find symbol import com.motivewave.platform.sdk.common.Globals;
SpeedGauge.java:23: error: package com.motivewave.common.task does not exist
SpeedGauge.java:24: error: package com.motivewave.common.ui does not exist

I could compile all the other studies fine, let me know how I can resolve this, thanks in advance!
 
Top