I want to have navigation drawer in my application so I am following a tutorial here,
in which he has imported the NavigationView
library within his project. When I import that library, an error pops up: 'can not resolve'. So again when I hover over the import
statement and select 'find jar on web', a message shows saying 'no such library found'.
I am also facing the same problem and i found a solution by adding the following code to build.gradle
compile 'com.android.support:design:22.2.0'
I also adjusted my targetSdk in the build.gradle file to 22 and i was able to succesfully import the NavigationView without any problem.
before importing support library, Make sure you have downloaded Android Support Repository using SDK Manager.
If you have this error with compile design:22 or higher just restart your Android Studio.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With