在AS3.1.4版本中仅需在APP下的build中加两句:
implementation 'com.jakewharton:butterknife:8.8.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
不加apply那句,根目录下的那句加不加都行