Android Code
2018-05-22 本文已影响0人
阳光丶不错
ButterKnife
NullPointerException
bind之后对象还是null:
最后发现要在module中的build.gradle文件中dependencies中添加:annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.0'
NullPointerException
bind之后对象还是null:
最后发现要在module中的build.gradle文件中dependencies中添加:annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.0'