关于eclipse使用android butterknife流程

  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

你可能感兴趣的:(关于eclipse使用android butterknife流程)