关于eclipse使用android butterknife流程

2016-05-05  本文已影响417人  笨coco
  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

上一篇 下一篇

猜你喜欢

热点阅读