I have a list Fragment (importing the v4 support library, build target is 2.3.3 api 11) and the following problem in my code that was working fine when the target was 3.0 and I
You should use
getActivity().getSupportFragmentManager()
If that is still giving you problems, then makre sure that your Activity extends FragmentActivity
.
If that is still giving you problems,
support.v4.*
, not android.*
.