AS常用插件-持续更新

简介: 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


20160429005636108.gif

或者使用快捷键 ctrl + alt +a

20160429005902412.gif

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指导


20160429011041579.gif


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 ,博主写的很详细了,感谢分享。

知乎上大神们的回答


相关文章
|
前端开发 IDE 编译器
HBuilderX 最新安装使用教程,附详细图解,持续更新
HBuilderX 最新安装使用教程,附详细图解,持续更新
|
6月前
常用工具方法--持续更新
常用工具方法--持续更新
38 0
|
Web App开发 编解码 Java
Android开发实用工具汇总-持续更新
Android开发实用工具汇总-持续更新
93 1
|
机器人
gitbook 插件 阅读更多
gitbook 插件 阅读更多
|
机器学习/深度学习 算法 安全
《保姆教程一》Idea 必装插件,墙裂推荐!!!
idea 是几乎是当前Java开发的最好用的编辑器,尽管Idea 本就提供了不错的功能,但是不同的开发需求不一样,为了满足不同的需求,可以安装各种插件,非常好用,是工业级开发的必备利器,还在学校的学弟学妹们也赶紧学起来。
211 0
《保姆教程一》Idea 必装插件,墙裂推荐!!!
|
网络安全 开发工具 数据安全/隐私保护
版本控制神器GitHub的基本使用与踩坑,教你一铲子填平!
![](https://ceshiren.com/uploads/default/original/3X/5/7/577bcc2d8a6d08b63c42c9cf7d62a83d7dec13ea.gif) ![](https://ceshiren.com/uploads/default/original/3X/c/3/c3193661cc0c2d46655f391bf7db03c55ca6ee6
|
网络安全 开发工具 数据安全/隐私保护
版本控制神器GitHub的基本使用与踩坑
首先需要申请GitHub帐号,这个就不多说了,大家自行百度或Google吧哈。这里默认大家都已经有GitHub账号了~
|
IDE 程序员 开发工具
C++入门指南(持续更新)
C++入门指南(持续更新)
230 0
C++入门指南(持续更新)
|
图形学 Android开发 iOS开发
Unity基础备忘(持续更新)
Unity基础备忘(持续更新)
156 0
Unity基础备忘(持续更新)
|
Windows Web App开发 开发工具
开发中常用快捷键(持续更新)
持续记录下工作中常用快捷键
485 0
开发中常用快捷键(持续更新)
下一篇
无影云桌面