AS常用插件-持续更新

之前的系列文章:

AS主题+配置备份+Logcat颜色配置
AS插件-Android Drawable Importer
AS插件-GsonFormat
AS插件-android-selector-chapek
AS插件-Android Parcelable code generator.

这里就不单独的将自己常用的插件一个一篇博文了,毕竟这种插件工具的使用是很简单的~

都是基于Window系统 囧~


adb-idea

支持直接在AS面板中进行ADB操作

  • Uninstall App
  • Kill App
  • Start App
  • Restart App
  • Clear App Data
  • Clear App Data and Restart

双击Shift弹出Search Everywhere,然后输入ADB

这里写图片描述

或者使用快捷键 ctrl + alt +a
这里写图片描述

Download and install ADB Idea directly from Intellij / Android Studio: Preferences/Settings->Plugins->Browse Repositories

Alternatively, you can dowload the plugin from the jetbrains plugin site and install it manually in: Preferences/Settings->Plugins->Install plugin from disk


android-material-design-icon-generator-plugin

详细安装请查看github指导

这里写图片描述


leakcanary

Square最近刚开源的一个非常有用的工具,强烈推荐,帮助你在开发阶段方便的检测出内存泄露的问题,使用起来更简单方便

Getting started:

In your build.gradle:

dependencies {
debugCompile ‘com.squareup.leakcanary:leakcanary-android:1.4-beta2’
releaseCompile ‘com.squareup.leakcanary:leakcanary-android-no-op:1.4-beta2’
testCompile ‘com.squareup.leakcanary:leakcanary-android-no-op:1.4-beta2’
}

In your Application class:

public class ExampleApplication extends Application {

  @Override public void onCreate() {
    super.onCreate();
    LeakCanary.install(this);
  }
}

You’re good to go! LeakCanary will automatically show a notification when an activity memory leak is detected in your debug build.


CheckStyle

请查看 http://blog.csdn.net/ownwell/article/details/49023727 ,博主写的很详细了,感谢分享。

知乎上大神们的回答

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

小小工匠

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值