Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
2.9k views
in Technique[技术] by (71.8m points)

ButterKnife使用pply plugin: 'com.jakewharton.butterknife'

ButterKnife 组件化开发,
1.app壳是application模块时候,未使用apply plugin: 'com.jakewharton.butterknife'去加载ButterKnife插件
ButterKnife使用@BindView(R.id.tv)正常使用
2.其他模块是Lib模块时候,必须使用apply plugin: 'com.jakewharton.butterknife'去加载ButterKnife插件,不使用的话加载@BindView(R2.id.btn)获取不到id
apply plugin: 'com.jakewharton.butterknife'是什么时候需要用了,为什么application可以不添加,lib必须要添加


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...