私のアプリケーションにはタブがありますが、Sherlockアクションバーを追加する必要があります。SherlockActivityを拡張する必要があることはわかっていますが、初期にはFragmentActivityで修正する方法がありましたか?
public class MainActivity extends SherlockActivity {
FragmentActivityがないため、ここでエラーが発生しました。
mSectionsPagerAdapter = new SectionsPagerAdapter(getSupportFragmentManager());
エラー:
The method getSupportFragmentManager() is undefined for the type MainActivity