ButterKnife在Eclipse的配置
工程中添加butterknife.jar后, 在执行代码时,发现注解不成功.
查阅相关文档后, 发现需要在eclipse中对butterknife进行相关的配置.
再次运行后,成功解决问题.
记录配置流程如下:
- 配置流程
工程项目 -> 右键 -> 选择 properties -> 选中 java Complier -> 选中 Annotation Processing -> 勾选 Enable project specific settings (勾选后,其他选项自动被勾选) -> 选中 Factory Path -> 勾选 Enable project specific settings -> 点击 Add JARs -> 添加 butterknife.jar
- 附图
相关推荐
sheikhdz 2020-05-18
humanbeng 2020-03-05
一抹离愁 2019-12-11
Geeny 2019-06-30
QiuYangAndZhang 2019-06-30
Palingenesis 2019-06-28
sheikhdz 2019-06-27
一抹离愁 2019-06-26
OliverLau 2019-06-20
sheikhdz 2018-04-22
sheikhdz 2017-05-05
大白ol 2017-04-20
humanbeng 2016-08-09
绿豆饼 2016-06-03
QiuYangAndZhang 2016-05-18
sheikhdz 2015-09-23
静博圣宇 2015-08-14
WYHHealer 2014-07-01