【发布时间】:2013-04-16 11:25:24
【问题描述】:
我密切关注this,并成功地将 ActionBarSherlock 库添加到我的项目和 HoloEverywhere 中。但是,当我构建 HoloEverywhere 库时,我遇到了这些错误:
在android.support.v4.app包中,_HoloFragment.java:
mChildFragmentManager cannot be resolved to a variable
在android.support.v4.app包中,_HoloFragmentInflater.java:
mParentFragment cannot be resolved or is not a field
The method moveToState(Fragment, int, int, int) in the type FragmentManagerImpl is not applicable for the arguments (Fragment, int, int, int, boolean)
The method getChildFragmentManager() is undefined for the type Fragment
我几乎尝试了一切来让它工作,但没有成功。请帮忙!
【问题讨论】:
标签: android actionbarsherlock android-theme android-holo-everywhere