The import butterknife.InjectView cannot be resolved
问题 I am trying to use this library project, so I tried to run the sample application (in /app/source/main/ in the Github link), and in MainActivity.java , I am getting the error on the import import butterknife.InjectView; and also in MainActivity.java and VerticalLinearRecyclerViewSample.java , at every occurance of @InjectView(...) annotation, I get the following error: InjectView cannot be resolved to a type So what should I do about this? WHAT I TRIED: I have seen this question. Didn't work