-
Notifications
You must be signed in to change notification settings - Fork 88
Description
Okay, so I just got the game engine and all it's extensions downloaded via Mercurial. However, while the game engine itself doesn't have any errors in the code, I'm getting source code errors in all of the extensions. Not sure if there's a quick fix for this (would be great). Does this have anything to do with not having the latest version(s)? I used https://code.google.com/p/andengine etc. to get the various components. Thanks in advance for the help.
A Couple of the Errors: In BaseAugmentedRealityGameActivity.java: "The import org.anddev.andengine.opengl.view.ComponentSizeChooser cannot be resolved" and at line 56: ComponentSizeChooser cannot be resolved to a type.
Quick Fixes for first error: Create class/interface/annotation/enum in package org.andev.andengine.opengl.view. Remove unused import. Organize imports. Fix project settings.
Which should I choose?
Thanks again