My app crashes when I try to navigate, can't seem to find issue

前端 未结 3 1589
时光说笑
时光说笑 2021-01-29 08:05

I can\'t seem to find whats wrong with my application... Here is the logcat:

11-05 16:37:30.030 7867-7867/com.capstone.miguel.studentassistant E/AndroidRuntime:          


        
3条回答
  •  没有蜡笔的小新
    2021-01-29 08:28

    This line is the problem

    Caused by: java.lang.ClassCastException: android.support.design.widget.TextInputEditText cannot be cast to android.support.design.widget.TextInputLayout
    

    Check the declared types match those in the layout file

提交回复
热议问题