I have the same issue has this post: android.support.v4.app.Fragment: undefined method getChildFragmentManager(). I need to use getChildFragmentManager()
because I'm using nested fragments.
My problem is: the solution in the other post does not work for me:
- My SDK is updated.
- I got my android-support-v4 from the SDK folder.
- I added android-support-v4 both the my project and ABS.
Here is my libs:
How can I correctly use this method?