1.通过WiFi调试手机:
Android Wifi ADB、ADB WiFI
2.ButterKnife 注解生成器:
ButterKnife Zelezny
3.Selector文件生成:
SelectorChapek
4.Gson自动化:
GsonFormat
5.Parcelable自动化:
Android Parcelable Code Generator
6.生成ViewHolder和findView方法:
AndroidCodeGenerator
7.代码行数统计:
statistic
8.代码检索:
codota
9.模拟器:
Genymotion
10.快速进行Log、Toast、isEmpty的代码书写:
postfix
11.Android Studio 翻译插件,可以将英文翻译为中文:
ECTranslation:https://github.com/Skykai521/ECTranslation
12.可用于快速定位代码:
CodeGlance
13.可以根据Activity或者fragment的生命周期对其生命周期方法位置进行先后排序:
Lifecycle Sorter
14.通过FindBugs帮你找到隐藏的bug及不好的做法:
FindBugs-IDEA
15.该网站搜集了大量的代码,号称超过700W的代码实例:
codota
16.检查代码风格的插件:
checkstyle-idea
17.一个针对API 23,可在Activity/Fragment中快速生成Runtime Permissions代码的插件:
PermissionsDispatcher
18.生成Material Design Icon的插件:
Android Material Design Icon Generator
19.Material Theme配色方案:
Material Theme UI
20.Android 高效开发调试神器:
JRebel:https://zeroturnaround.com/
21.号称Android平台上的秒级编译方案:
Freeline:https://yq.aliyun.com/articles/59122?spm=5176.8091938.0.0.1Bw3mU
安装插件方法:
打开 File -> Settings -> Plugins -> Browse Repositories ,输入插件名搜索,直接点击"Install"安装。如果搜索不到的话可以去这里下载下来后,选择"Install plugin from disk"进行离线安装。
参考链接:
http://blog.csdn.net/liang5630/article/details/46366901