The import android.support.v13.app.FragmentActivity cannot be resolved

后端 未结 4 1371
旧巷少年郎
旧巷少年郎 2020-12-06 07:41

I\'m testing an android project (http://developer.android.com/training/animation/screen-slide.html) and I have an error in one class.

/*
 * Copyright 2012 Th         


        
4条回答
  •  甜味超标
    2020-12-06 08:05

    I was blocked on this for a while and just managed to fix it,

    Try using getSupportFragmentManager() instead of getFragmentManager().

提交回复
热议问题