I am trying to follow this tutorial: http://appwarp.shephertz.com/game-development-center/java-multiplayer-libgdx-tutorial/#what-are-we-going-to-do
However when I clone the project into my computer and I replace the keys(Even before) this problem pops up in the SuperJumperAndroid.java:
Multiple markers at this line
- The type com.badlogic.gdx.Application cannot be resolved. It is indirectly
referenced from required .class files
- The hierarchy of the type SuperJumperAndroid is inconsistent
and
The type com.badlogic.gdx.Application cannot be resolved.
It is indirectly referenced from required .class files
Quick fix says I should update the build path however I don't really know what to update.
Any help would be appreciated :D Thanks in advance