美文网首页
2018-11-19 ButterNife 个人使用记录

2018-11-19 ButterNife 个人使用记录

作者: yasuion | 来源:发表于2018-11-19 14:50 被阅读0次

1:implementation 'com.jakewharton:butterknife:7.0.1'

2: 下载Zelezny插件 设置 plugins 搜索Zelezny 重启

3:绑定 然后鼠标放于layout上 右键就行

不加会报错
在app的build中

android {

    ...

    defaultConfig {

        ...

        //添加如下配置就OK了

        javaCompileOptions { annotationProcessorOptions { includeCompileClasspath = true } }

    }

    ...

}

相关文章

网友评论

      本文标题:2018-11-19 ButterNife 个人使用记录

      本文链接:https://www.haomeiwen.com/subject/qbtafqtx.html