延伸ActionBarActivity当活动类型的层次结构是不一致层次、类型、结构、ActionBarActivity

2023-09-06 03:08:24 作者:几许欢颜こ指尖飞舞

您好我已经有了新的V7支持库有appcompat动作条,当我想从ActionBarActivity扩展为记录here, ECLIPSE告诉我这个错误

Hi I've got new v7 support library with appcompat actionbar and when I want to extend from ActionBarActivity as documented here, eclipse show me this error

The hierarchy of the type testActivity is inconsistent

当我将我的骏马上ActionBarActivity类,它说

and when I move my courser on ActionBarActivity class it says

The type android.support.v4.app.TaskStackBuilder$SupportParentable cannot be resolved. It is indirectly referenced from required .class files

现在我该如何解决这个问题呢?

now how can I Solve this issue?

推荐答案

你应该使用刚刚已经发布了SDK V18新的支持V4库

you should use new support v4 library that just has been released in sdk v18