I make this call to a static singleton instance from the class GameManager.java.
GameManager.java
HUD.getInstance().update(timeDelta);
HU
recompiling the main Application.java class did it for me, right click on class > Recompile