I make this call to a static singleton instance from the class GameManager.java.
GameManager.java
HUD.getInstance().update(timeDelta);
HU
I had the same problem and fixed it by clicking File>Invalidate caches/ restart