the following classes could not be found :-android.support.design.widget.NavigationView" -
when use <navigationview /> tag of <navigation drawer />, right corner of screen shows line:
"the following classes not found :-android.support.design.widget.navigationview"
so how can fix solution?

make sure have added below line in app level build.gradle.
compile 'com.android.support:design:26.+' change '26.+' according tarketsdkversion.
Comments
Post a Comment