Several developers have reported seeing the following stack trace since upgrading to Android Support 23.2.0:
java.lang.NullPointerException: Attempt to invok
I met up with this exception just now, and I fixed it by changing framgent to FragmentLayout.
framgent
FragmentLayout
My adapter used some data in fragment argument, and the using fragment in xml does not fill the data, so the bug occurs.
fragment
Just post this here, maybe useful to someone.