I can not revolve error: android.view.InflateException: Binary XML file line # 16: Error inflating class android.support.design.widget.NavigationView
<include
layout="@layout/app_bar_options_user"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<android.support.design.widget.NavigationView (Erro Nessa linha)
android:id="@+id/nav_view"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="start"
android:fitsSystemWindows="true"
app:headerLayout="@layout/nav_header_options_user2"
app:menu="@menu/activity_options_user_drawer" />