ButterKnife BindView 失败,报错NullPointerException

ButterKnife BindView 失败,报错NullPointerException,得到的View是null

原因是配置有误。

第一步

apply plugin: 'com.jakewharton.butterknife'

ButterKnife BindView 失败,报错NullPointerException_第1张图片
Paste_Image.png

第二步

compile 'com.jakewharton:butterknife:8.5.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1'
ButterKnife BindView 失败,报错NullPointerException_第2张图片
Paste_Image.png

第三步

 classpath 'com.jakewharton:butterknife-gradle-plugin:8.5.1'

ButterKnife BindView 失败,报错NullPointerException_第3张图片
Paste_Image.png

CSDN地址
http://blog.csdn.net/e_Inch_Photo/article/details/71124816

你可能感兴趣的:(ButterKnife BindView 失败,报错NullPointerException)