Open Source Errors on Apple Cruch

Posted by BluFire on Game Development See other posts from Game Development or by BluFire
Published on 2012-03-22T21:33:28Z Indexed on 2012/03/22 23:39 UTC
Read the original article Hit count: 292

Filed under:
|

I've been looking around and I finally got the full source code 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 downloaded the source directly from the command-line and noticed errors popping up on my project. Since i couldn't figure out how to import the actual folder into my workspace(it wouldn't show up on existing projects) I decided to copy and overwrite the folders into the project. The Errors were still there so I looked at the class files and noticed that the classes with errors extended from 'RokonActivity'. I then proceeded to add to the libs folder the rokon library in hopes to fix the errors. Sadly it didn't work and now I don't what to do to fix the errors.

How do i fix the errors without having to manually change the code? The source code should be fully functional so why is there errors?

© Game Development or respective owner

Related posts about android

Related posts about open-source