3

在我的应用程序中,我有标签,但现在我需要添加 Sherlock Actionbar 我知道我需要使用扩展 SherlockActivity 但早期我有 FragmentActivity 如何修复它?

public class MainActivity extends SherlockActivity {

现在我在这里有错误,因为我没有 FragmentActivity。

mSectionsPagerAdapter = new SectionsPagerAdapter(getSupportFragmentManager());

错误:

The method getSupportFragmentManager() is undefined for the type MainActivity
4

1 回答 1

9

SherlockFragmentActivity相信,你可以从那里扩展

于 2012-10-18T13:44:16.327 回答