androidstudio 组件化ButterKnife自动生成R2的插件 @BindView(R2.id.xxx)

androidstudio 版本3.5.3

1. 在Settings里边找到Plugins;

2. 选中Marketplace,搜索Android ButterKnife Injections;

 

androidstudio 组件化ButterKnife自动生成R2的插件 @BindView(R2.id.xxx)_第1张图片

安装后,重启studio;

其他跟ButterKnife相关的插件都卸载掉;

卸载如图:在Plugins中选中installed tab:下边只是举例,不是卸载这个哦:是和ButterKnife相关的其他插件;例如上边搜索出来的后边其他的3个,

androidstudio 组件化ButterKnife自动生成R2的插件 @BindView(R2.id.xxx)_第2张图片

右键,uninstall;

重启studio后,这样使用:

androidstudio 组件化ButterKnife自动生成R2的插件 @BindView(R2.id.xxx)_第3张图片

在这个区域右键,选择Generate...菜单--->选择ButterKnife injections(by ParfoisMeng):

androidstudio 组件化ButterKnife自动生成R2的插件 @BindView(R2.id.xxx)_第4张图片

这里勾选上Use in lib (R -> R2) 点击confirm就ok了。

在此多谢新同事的帮助,哈哈~

你可能感兴趣的:(android,studio)