首页 > 代码库 > Android使用butterknife注解出现nullPointerException解决

Android使用butterknife注解出现nullPointerException解决

1.下载butterknife加入到你的libs中,构建到你的项目中,此时还不能注解成功,必须进行2配置

2.选择你的项目右键---->properties----->java compiler------>选中Annotation Processing------->勾选enable project specific settings

技术分享

3.展开Annotation Processing------>选中Factory Path ---->勾选enable project specific settings------>add JARs------>选中你的butterknife.jar

技术分享

Android使用butterknife注解出现nullPointerException解决