当前位置: 代码迷 >> 综合 >> 自定义Behavior找不到路径(Could not inflate Behavior)
  详细解决方案

自定义Behavior找不到路径(Could not inflate Behavior)

热度:27   发布时间:2023-12-15 01:40:26.0

系统提示的路径不够完整:

//系统提示路径
app:layout_behavior="ui.fragment.MyBehavior" /> 错误
//应该写完整的路径
app:layout_behavior="com.example.homemodule.ui.fragment.MyBehavior" /> 正确
  相关解决方案