我的 -
public class AndroidLauncher extends AndroidApplication implements
ActionResolver, GameHelperListener {"
说 -
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
我的开始包 -
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
所有这些错误都在我的androidlauncher.java中。我正在使用Eclipse。我刚刚修复了我的游戏android文件夹以外的所有编译错误。到目前为止,我已经尝试了一切,但找不到解决方案。请记住,我对此很新。非常感谢。
答案 0 :(得分:0)
出口是什么意思?或者您是否正在尝试导入Android项目?看起来你的构建路径设置搞砸了。这种情况有时会发生在eclipse中。您可以尝试删除JRE并将其重新添加到项目中。
如果这不起作用,你为eclipse安装了ADT(android开发者工具)插件吗?你需要在eclipse中开发android应用程序。
或者,您可以下载并使用Android studio并尝试在那里打开项目。