I am using butterknife 8.0.1, but a nullpointerexception is appearing.
butterknife 8.0.1
nullpointerexception
This line is on my build.grade file: compile \'com.ja
compile \'com.ja
Config Butterknife on build.gradle file like this,
compile("com.jakewharton:butterknife:8.5.1") annotationProcessor "com.jakewharton:butterknife-compiler:8.5.1"
It works for me.