android.support.v4.app.Fragment: undefined method getChildFragmentManager()

*爱你&永不变心* 提交于 2019-12-04 16:59:57

i had some similar issues with the support library because of diffrent versions in ABS and in my project (but not using VPI)

try to download the latest android-support-v4.jar with the Android SDK Manager and then copy the jar from <sdkdir>/extras/android/support/v4/android-support-v4.jar to your project and also to ABS and VPI (afaik both have a older copy of android-support-v4.jar in thier download)

I had the same issue. The file date on the one in my project was 9/13 and the one in my /extras/android/support/v4/ directory was 7/13. Replacing the file fixed my issues.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!