我密切关注这一点,并成功地将 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
我几乎尝试了一切来让它工作,但没有成功。请帮忙!