-
下载butterknife加入到你的libs中,构建到你的项目中,此时还不能注解成功,必须进行2配置
-
选择你的项目右键---->properties----->java compiler------>选中Annotation Processing------->勾选enable project specific settings
-
展开Annotation Processing------>选中Factory Path ---->勾选enable project specific settings------>add JARs------>选中你的butterknife.jar
网友评论