我正在尝试开发一个实现 actionBarSherlock 的项目,我已将库正确添加到项目中,但出现此错误:
The method onActivityCreated(bundle) is undefined for the type SherlockFragment
这是该项目的代码:
public class A_class extends SherlockFragment implements
OnClickListener { ... }
我认为答案很简单,但我无法解决。有任何想法吗?