Question

I have implemented it on a project and I am getting java.lang.NoSuchFieldError: android.support.v4.app._HoloFragment.mChildFragmentManager error. I am getting this error on rotating screen or when the HoloFragments onDestroyView() is called. Details here

The only recommendation I found online is to use the latest android-support-library.jar. Unfortunately it does not solve the issue. I have tried commenting all the codes inside the onDestroyView(), the app works fine without error but I am facing some sliding menu issues on ICS and above. Specifically the slidingmenu animation is not working on actionbar menu button press and sometimes the sliding menu content it not responding!

Did anyone faced the similar issue ? Any help/suggestions will be really helpful!

Was it helpful?

Solution

Fixed the issue by replacing toggle() with showBehind() !!

Now works perfectly and showBehind() works exactly as toggle() function !

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top