I make this call to a static singleton instance from the class GameManager.java.
GameManager.java
HUD.getInstance().update(timeDelta);
HU
This happened to me when I deleted a folder and then copy-pasted it back to the project.
Right-click project folder -> Rebuild worked for me.
Right-click project folder -> Rebuild