【发布时间】:2016-06-17 17:54:47
【问题描述】:
我的 -
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 文件夹之外的所有编译错误。到目前为止,我已经尝试了所有方法,但找不到解决方案。请记住,我对此很陌生。太感谢了。
【问题讨论】:
-
什么是
AndroidApplication? -
好的,所以我只是按照这些指示进行操作,现在进入项目构建目标并检查 android 6.0.我现在无法取消选中它。 stackoverflow.com/questions/23094436/…
-
SDK 需要设置,所以不知道为什么要取消勾选
-
它没有像他的那样默认检查,我检查了它以接收更多错误。任何想法?现在“一切都无法解决”。有些是“类型或变量”。