1.一键生成项目混淆代码插件

效果图:


配置详情:https://github.com/zhonghanwen/AndroidProguardPlugin


2.ButterKnife Zelezny

注解生成器,使用起来非常简单方便,使用ButterKnife的有福了!

效果图



配置详情:https://github.com/avast/android-butterknife-zelezny

3.SelectorChapek

每个按钮都要写一个selector是不是很麻烦?这么这个插件就为解决这个问题而生,你只需要做的是告诉设计师们按照规范命名就好了,其他一键搞定。按照不同状态(normal、pressed)的标准命名后,右键文件树Generate Android Selectors见inmite/android-selector-chapek · GitHub

效果图:


配置链接:https://github.com/inmite/android-selector-chapek


4.GsonFormat

服务端api都以json数据格式返回,而客户端需要根据api接口生成相应的实体类,这个插件把这个过程自动化了,


配置链接:https://github.com/zzz40500/GsonFormat

5.Android Parcelable code generator

Android中的序列化有两种方式,分别是实现Serializable接口和Parcelable接口,但在Android中是推荐使用Parcelable,只不过我们这种方式要比Serializable方式要繁琐,那么有了这个插件一切就ok了。

下载地址: http://plugins.jetbrains.com/plugin/7332?pr=androidstudio(下载之后使用本地安装)


6.LeakCanary

检测出内存泄露的问题,使用起来更简单方便。

英文不好的这里有雷锋同志翻译的中文版LeakCanary 中文使用说明

配置: https://github.com/square/leakcanary


7.JSONOnlineViewer

可实现直接在android studio中调试接口数据,可以选择请求类型,自定义请求头及请求体,json数据格式化后展示


插件下载:https://plugins.jetbrains.com/plugin/7838?pr=

8.Android code Generator

安卓代码生成插件,帮助提高app的开发速度。可以从layout生成Activity类、Fragment类、Adapter类,从menu.xml生成menu代码等。


插件下载地址:https://plugins.jetbrains.com/plugin/7595?pr=
插件源码地址:https://github.com/tmorcinek/android-codegenerator-plugin-intellij
插件教程:(中文版)http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2016/0523/4294.html、(英文版)http://tmorcinek.github.io/android-codegenerator-plugin-intellij/


9.Sexy Editor(我称之为装逼工具)

设置代码性感背景图


插件下载地址:https://plugins.jetbrains.com/plugin/1833?pr=androidstudio
插件源码地址:https://github.com/igorspasic/idea-sexyeditor


10.CodeGlance

在右边可以预览代码,实现快速定位

插件地址:https://plugins.jetbrains.com/plugin/7275?pr=androidstudio

11.ADB WIFI

wifi无线调试你的app,无需root权限
也可参考以下文章:
Android wifi无线调试App新玩法ADB WIFI

插件地址https://plugins.jetbrains.com/plugin/7856?pr=androidstudio



12Android Styler

根据xml自动生成style代码的插件


插件下载:https://plugins.jetbrains.com/plugin/7972?pr=androidstudio


更多优秀插件等待你的发现:http://plugins.jetbrains.com/?androidstudio



说了这个多好像没有说怎么安装插件。。。。下面介绍下吧

直接上图了


应该能理解了吧(更多看 Android Studio安装插件)






参考文档:

https://github.com/dreamlivemeng/androidstudio-plugins

http://blog.csdn.net/liang5630/article/details/46366901/

http://www.2cto.com/kf/201604/500597.html

https://ydmmocoo.github.io/2016/06/28/Android-Studio%E6%8F%92%E4%BB%B6%E6%95%B4%E7%90%86/


更多相关文章

  1. 没有一行代码,「2020 新冠肺炎记忆」这个项目却登上了 GitHub 中
  2. Android中SharedPreferences的使用
  3. Android(安卓)点击文字实现跳转
  4. Android培训班(30)
  5. android 摇一摇功能程序的注意事项
  6. Android(安卓)phone policy
  7. [Android]使用RecyclerView替代ListView(三)
  8. andriod 获得机型信息
  9. 安卓布局应用学习代码附带效果图

随机推荐

  1. android学习日志
  2. Android之——判断当前应用程序是否是用
  3. H5中利用canvas绘制video
  4. Android(安卓)SDK tools adb.exe下文件丢
  5. Android中ps命令各字段的含义
  6. TextView内容太长怎么办?
  7. android 开发中遇到的问题及解决方法
  8. android学习笔记---59_各种图形的使用介
  9. Android Map API key 申请
  10. Android新特性v7 - CardView