Please add them to the annotationProcessor configuration. - butterknife-7.0.1.jar (com.jakewharton
从网上下载的Demo运行起来出现
Please add them to the annotationProcessor configuration. - butterknife-7.0.1.jar (com.jakewharton
这个问题
解决办法:
在app.gragle中加上:
annotationProcessor 'com.jakewharton:butterknife:7.0.1'
然后sny就OK了