【发布时间】:2013-07-25 07:21:57
【问题描述】:
您好,我有带有 appcompat 操作栏的新 v7 支持库,当我想按照 here 记录的那样从 ActionBarActivity 扩展时,eclipse 向我显示此错误
The hierarchy of the type testActivity is inconsistent
当我在 ActionBarActivity 类上移动我的课程时,它会说
The type android.support.v4.app.TaskStackBuilder$SupportParentable cannot be resolved. It is indirectly referenced from required .class files
现在我该如何解决这个问题?
【问题讨论】:
-
Clean在两个库上都没有帮助?
标签: android android-support-library android-actionbar-compat