How do I fix these compiler errors in Apple Crunch?
- by BluFire
I've been looking around and I finally got the full source code for a game called Apple-Crunch from Google Code. But when I put it into my project, the source code included so many errors in the class files such as:
cannot be resolved into a type
the constructor is undefined
the method method() is undefined for the type Sprite class.java
I…