Skip to content Skip to sidebar Skip to footer

Error Inflating Class Android.support.design.widget.navigationview [crash On Startup]

The app is supposed to have a navigation drawer that pulls out from the left and shows the various activities, but once the navigation bar is added to the XML activity_homescreen d

Solution 1:

Most definitely a problem with a missing method, from your logcat :

Caused by: android.view.InflateException: Couldn't resolve menu item onClick handler goToHome in class com.t99sdevelopment.centralized.HomeScreen
Caused by: java.lang.NoSuchMethodException: goToHome [interface android.view.MenuItem]

Post a Comment for "Error Inflating Class Android.support.design.widget.navigationview [crash On Startup]"