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 如何快速改插件与Gradle的版本号
Android Studio快速创建常用工具类的插件Utils
Android Studio和Eclipse有啥区别和相同之处吗