Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
AppCompactActivity にあるフラグメントで getSupportFragmentManager を呼び出すにはどうすればよいですか?
import android.support.v4.app.Fragment; をインポートする必要がありました。私のフラグメントで。インポート android.app.Fragment ではありません。
アクティビティ内のフラグメントから getSupportFragmentManager にアクセスできます
getActivity().getSupportFragmentManager()
お役に立てれば。