Activity is not assigned to Android.app.Activity Manifest XML
问题 I am having some trouble with the fragment in Android Studio. So basically this is my MainActivity: public class MainActivity extends FragmentActivity { final Context context = this; ViewPager Tab; TabPagerAdapter TabAdapter; ActionBar actionBar; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); TabAdapter = new TabPagerAdapter(getSupportFragmentManager()); Tab = (ViewPager) findViewById(R.id.pager); Tab