我想知道android-support-v4.jar 和android-support-v7-appcompat.jar之间的区别.如果我想在我的应用程序中添加appcompat Action Bar,我需要添加android-support-v7-appcompat.jar和android-support-v4.jar,或者只添加android-support-v7-appcompat.jar.
另外,android-support-v13.jar有appcompat吗?
android android-compatibility android-4.0-ice-cream-sandwich android-support-library android-actionbar-compat
嗨我有appcompat操作栏的新v7支持库,当我想从这里记录的ActionBarActivity扩展时,eclipse告诉我这个错误
The hierarchy of the type testActivity is inconsistent
Run Code Online (Sandbox Code Playgroud)
当我在ActionBarActivity类上移动我的courser时,它说
The type android.support.v4.app.TaskStackBuilder$SupportParentable cannot be resolved. It is indirectly referenced from required .class files
Run Code Online (Sandbox Code Playgroud)
现在我该如何解决这个问题?