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?

enter image description here

make sure have added below line in app level build.gradle.

compile 'com.android.support:design:26.+'

change '26.+' according tarketsdkversion.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -