为了账号安全,请及时绑定邮箱和手机立即绑定

FragmentManager 无法在 androidx 中解析

FragmentManager 无法在 androidx 中解析

白板的微信 2023-09-27 14:42:53
FragmentManager和beginTransaction无法在 androidx 中解析   FragmentManager fM = getSupportFragmentManager();           FragmentTransaction fragmentTransaction = fM.beginTransaction();
查看完整描述

1 回答

?
慕神8447489

TA贡献1780条经验 获得超1个赞

androidx.appcompat.app.AppCompatActivityandroidx.fragment.app.Fragment仅使用导入:

import androidx.fragment.app.FragmentManager;

该类位于androidx.fragment:fragment:x.x.x库内部,它是androidx.appcompat:appcompat. 只需使用:

implementation 'androidx.appcompat:appcompat:1.1.0'


查看完整回答
反对 回复 2023-09-27
  • 1 回答
  • 0 关注
  • 61 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信