JakeWharton/butterknife ButterKnife Homepate http://gun0912.tistory.com/2 com.jakewharton:butterknife:8.4.0 @BindView 에러 dependencies { compile 'com.jakewharton:butterknife:8.4.0' compile 'com.jakewharton:butterknife-compiler:8.4.0' // compile을 같이 등록해야 한다. // compile 'com.jakewharton:butterknife-annotations:8.4.0' // compile 'com.jakewharton:butterknife-gradle-plugin:8.4.0' } import butterknife...