eclipse ,android 配制butterknife

来源:互联网 发布:mac的文档在哪里 编辑:程序博客网 时间:2024/06/05 21:10

需要配置插件:http://download.eclipse.org/releases/juno

  Annotation Processin

 


配置流程

        工程项目  
        -> 右键  
        -> 选择 properties  
        -> 选中 java Complier  
        -> 选中 Annotation Processing  
        -> 勾选 Enable project specific settings (勾选后,其他选项自动被勾选)  
        -> 选中 Factory Path  
        -> 勾选 Enable project specific settings  
        -> 点击 Add JARs   
        -> 添加 butterknife.jar
0 0