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
/app/source/main/
MainActivity.java
Latest version has bind instead of InjectView. Version before that, uses ButterKnife.inject(this) to inject view. Also, Eclipse is not supported anymore, start using Android Studio.
bind
InjectView
ButterKnife.inject(this)