安裝方法:html
配置方法:java
在Module的build.gradle中添加以下配置: android
apply plugin: 'com.neenbedankt.android-apt'//增長這一句 dependencies { compile 'com.jakewharton:butterknife:8.0.1' // 註解View apt 'com.jakewharton:butterknife-compiler:8.0.1' // 註解View }
在Project的build.gradle中添加以下配置:git
buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:1.5.0' classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8' //增長這一句 } }
使用方法:github
安裝方法:chrome
經過自定義Holo主題顏色生成對應的Drawable和佈局文件json
插件下載地址:https://plugins.jetbrains.com/plugin/7366?pr=app
插件源碼地址:https://github.com/jeromevdl/android-holo-colors-idea-plugin框架
Robotium Recorder是一個自動化測試框架,用於測試在模擬器和Android設備上原生的和混合的移動應用程序。Robotium Recorder可讓你記錄測試案例和用戶操做。你也能夠查看不一樣Android活動時的系統功能和用戶測試場景。ide
插件下載地址:https://plugins.jetbrains.com/plugin/7513?pr=
插件官方網址:http://robotium.com/
安裝方法:
插件下載地址:https://plugins.jetbrains.com/plugin/7517?pr=
插件教程地址:http://www.itnose.net/detail/6204426.html
插件下載地址:https://plugins.jetbrains.com/plugin/7654?pr=androidstudio
插件源碼地址:https://github.com/zzz40500/GsonFormat
插件教程:http://blog.csdn.net/dreamlivemeng/article/details/51262538
爲了適應全部Android屏幕的大小和密度,每一個Android項目都會包含drawable文件夾。任何具有Android開發經驗的開發人員都知道,爲了支持全部的屏幕尺寸,你必須給每一個屏幕類型導入不一樣的畫板。Android Drawable Importer插件能讓這項工做變得更容易。它能夠減小導入縮放圖像到Android項目所需的工做量。Android Drawable Importer添加了一個在不一樣分辨率導入畫板或縮放指定圖像到定義分辨率的選項。這個插件加速了開發人員的畫板工做。
插件下載地址:https://plugins.jetbrains.com/plugin/7658?pr=androidstudio
插件源碼地址:https://github.com/winterDroid/android-drawable-importer-intellij-plugin
插件教程地址:http://blog.csdn.net/lee_sire/article/details/49684385
插件下載地址:https://plugins.jetbrains.com/plugin/7298
插件源碼地址:https://github.com/inmite/android-selector-chapek
插件下載地址:https://plugins.jetbrains.com/plugin/7332?pr=
插件源碼地址:https://github.com/mcharmas/android-parcelable-intellij-plugin/
插件教程地址:http://blog.csdn.net/kroclin/article/details/40902721
插件下載地址:https://plugins.jetbrains.com/plugin/7775?pr=
插件教程地址:http://blog.jetbrains.com/idea/2014/03/postfix-completion/
插件下載地址:https://plugins.jetbrains.com/plugin/7742?pr=
插件源碼地址:https://github.com/armandAkop/Lifecycle-Sorter
使用方法:
工具欄中Code->Sort Lifecycle Methods->選中其中一個。
快捷鍵:Ctrl+Alt+K / Ctrl+Alt+Shift+k
插件下載地址:https://plugins.jetbrains.com/plugin/7856?pr=
插件源碼地址:https://github.com/layerlre/ADBWIFI
插件下載地址:https://plugins.jetbrains.com/plugin/7275?pr=
插件源碼地址:https://github.com/Vektah/CodeGlance
可實現直接在android studio中調試接口數據,能夠選擇請求類型,自定義請求頭及請求體,json數據格式化後展現
插件下載地址:https://plugins.jetbrains.com/plugin/7838?pr=
經過FindBugs幫你找到隱藏的bug及很差的作法。
插件下載地址:https://plugins.jetbrains.com/plugin/3847?pr=
插件源碼地址:https://github.com/andrepdo/findbugs-idea/tree/master
插件下載地址:https://plugins.jetbrains.com/plugin/?idea_ce&pluginId=7157
插件源碼地址:https://github.com/setial/intellij-javadocs
能夠用來管理Android項目中的字符串資源。它提供了排序Android本地文件和添加缺乏的字符串的基本操做。雖然這個插件是有限制的,但若是應用程序有大量的字符串資源,那這個插件就很是有用了。
插件下載地址:https://plugins.jetbrains.com/plugin/7498?pr=
插件源碼地址:https://github.com/constantine-ivanov/strings-xml-tools
這是一個Gradle插件,因此如何配置能夠去github的源碼上看。
插件源碼地址:https://github.com/marcoRS/lint-cleaner-plugin
該網站蒐集了大量的代碼,號稱超過700W的代碼實例。提供了chrome和as插件。
插件下載地址:https://plugins.jetbrains.com/plugin/7638?pr=
插件官方網址:https://www.codota.com/
一個androidstudio上面的翻譯插件(將英文翻譯爲中文)。 暫時只能以jar的方式安裝。jar下載地址以及使用方法在github上的源碼地址上都有詳細描述。
插件源碼地址:https://github.com/Skykai521/ECTranslation