I download a project about ViewPager and CirclePageIndicator. It works well on my tablet and its code is :
Test1Activity.java:
TestFragmentAdapter mA
Check the fragment extends class it should be imported from android.support.v4.app.Fragment Not android.app.Fragment
android.support.v4.app.Fragment
android.app.Fragment