用了帶有 appcompat actionbar的新v7支持庫。想要extend ActionBarActivity 時出現錯誤。我是根據文檔進行的。
錯誤:
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
將sdk/extras/android/support/v7/appcompat作為library工程引入,這樣你可以使用這個工程下的所有類和資源