Android KitKat: android.view.InflateException: Error inflating class android.support.design.widget.NavigationView

后端 未结 4 1562
日久生厌
日久生厌 2020-12-17 04:08

Below is my configuration. This works on Android Lollipop but crash on Android Kitkat.

I tried every workaround here but can\'t help:
Error inflating class and

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-17 04:38

    I have the similar issue. after spending many days and testing finally found the issue. this might be comes from one of your menu item icon or from a navigation header.

    have checked the navigationview by removing

    app:headerLayout="@layout/nav_header_main"
    
    app:menu="@menu/activity_main_drawer
    

    these two line separately and check the android monitor for errors

    
    

    check my thread and answer. hope you can fix it from that Error Inflate with resourcenotfoundException

提交回复
热议问题