Android Studio插件之快速findViewById(butterknife和Android CodeGenerator的使用)

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android Studio插件之快速findViewById(butterknife和Android CodeGenerator的使用)相关的知识,希望对你有一定的参考价值。

首先在设置里面的Plugins里面下载安装插件:

技术分享

 

安装之后会提示重启,

然后就是怎么使用了:

butterknife的使用:

首先在build.gradle(app)里面添加这句话:

compile ‘com.jakewharton:butterknife:7.0.1‘

技术分享

 

然后重新编译,进入activity中,选择布局文件R.layout.activity_main点击快捷键alt+shift+(0数字键)选择Butterknife

技术分享

 选择之后会弹出以下的对话框:

技术分享

 

 选择你要find的控件,然后提交就可以了。

 

以上是关于Android Studio插件之快速findViewById(butterknife和Android CodeGenerator的使用)的主要内容,如果未能解决你的问题,请参考以下文章

Android Studio各种快捷功能及好用的插件

Android Studio 如何快速改插件与Gradle的版本号

Android Studio快速创建常用工具类的插件Utils

Android Studio和Eclipse有啥区别和相同之处吗

IntelliJ IDEA 编写Android Studio插件基础入门快速搭建一个Action

Android Studio酷炫插件——自动化快速实现Parcelable接口序列化