程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程綜合問答 >> android-extend操作時出現 hierarchy inconsistent

android-extend操作時出現 hierarchy inconsistent

編輯:編程綜合問答
extend操作時出現 hierarchy inconsistent

用了帶有 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工程引入,這樣你可以使用這個工程下的所有類和資源

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved