跟着视频敲 闪退了
到下面这一步闪退
class MainActivity : ProxyActivity(){
override fun setRootFragment(): MallFragment {
return TestFragment()
}
}
这里xml 跟视频有区别 视频是V7 我使用androidx
<?xml version="1.0" encoding="utf-8"?>
<androidx.appcompat.widget.LinearLayoutCompat xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.appcompat.widget.AppCompatTextView
android:text="这是测试底部flagment"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
</androidx.appcompat.widget.AppCompatTextView>
</androidx.appcompat.widget.LinearLayoutCompat>
闪退问题点:
Process: com.example.mailkotlin, PID: 14737
java.lang.ClassCastException: com.example.mailkotlin.MainActivity cannot be cast to me.yokeyword.fragmentation.SupportActivity
at me.yokeyword.fragmentation.SupportFragment.onAttach(SupportFragment.java:41)
正在回答 回答被采纳积分+1
相似问题
登录后可查看更多问答,登录/注册
- 参与学习 人
- 提交作业 116 份
- 解答问题 1012 个
本阶段是提升项目经验的必备,除Android开发的高级控件,还有Android官方大力推荐的开发语言Kotlin,未来Android发展的方向,最后使用Kotlin来开发热门电商项目。
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星