我正在使用ActionBarSherlock
并且ViewPageIndicator
我尝试实现嵌套片段,但该方法getChildFragmentManager()
在我的android.support.v4.app.Fragments
.
没有其他错误,ABS 和 VPI 按预期工作。
我没有使用支持库 v13,我使用的是最新版本,并且我已经清理了我的项目。一个正常人android.app.Fragment
不会抱怨getChildFragmentManager()
。
我还尝试重新排列支持库依赖项(ABS、VPI 和引用它的主项目中的 android-support-v4.jar,或作为外部 jar 的 android-support-v4.jar),但getChildFragmentManager()
仍未定义。
如果我删除了 VPI,则getChildFragmentManager()
可以,但 VPI 当然会停止工作。所以,依赖项一定有问题,但我没有想法可以尝试。
任何帮助将非常感激!