My -
public class AndroidLauncher extends AndroidApplication implements
ActionResolver, GameHelperListener {"
says-
Multiple markers at this line
- The type android.app.Activity cannot be resolved. It is indirectly
referenced from required .class files
- The hierarchy of the type AndroidLauncher is inconsistent
My beginning package says -
Multiple markers at this line
- The type android.content.Intent cannot be resolved. It is indirectly
referenced from required .class files
- The type android.os.Bundle cannot be resolved. It is indirectly
referenced from required .class files
All of these errors are inside my androidlauncher.java. I am using Eclipse. I just fixed all of my compilation errors other than in my games android folder.I have tried everything so far, and cannot find a solution. Keep in mind I am very new to this. Thank you so much.