android - Adding jars causes getFragments() to be undefined -


i added these four jars use showcaseview library. these getfragments() , getchildfragmentmanager() undefined. solutions this? or project targeting high sdk version?

the android-support-v4.jar added older version , either replaced or overriding support library had included. replace .jar with newest version of support library , should fix issue.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -