Android Studio 插件使用

1、 Android ButterKnife Zelezny (Android視圖注入庫)

    安裝方法:html

ButterKnife Zelezny的安裝方法

    配置方法: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

Android ButterKnife的使用方法

2、Holo Colors Generator(待續)

    安裝方法:chrome

Holo-Colors-Generator安裝方法

    經過自定義Holo主題顏色生成對應的Drawable和佈局文件json

    插件下載地址:https://plugins.jetbrains.com/plugin/7366?pr=app

    插件源碼地址:https://github.com/jeromevdl/android-holo-colors-idea-plugin框架

3、Robotium Recorder(自動化測試框架,待續)

    Robotium Recorder是一個自動化測試框架,用於測試在模擬器和Android設備上原生的和混合的移動應用程序。Robotium Recorder可讓你記錄測試案例和用戶操做。你也能夠查看不一樣Android活動時的系統功能和用戶測試場景。ide

    插件下載地址:https://plugins.jetbrains.com/plugin/7513?pr=

    插件官方網址:http://robotium.com/

4、jimu Mirror(迅速測試佈局,待續)

    安裝方法:

迅速測試佈局的插件

    插件下載地址:https://plugins.jetbrains.com/plugin/7517?pr=

    插件教程地址:http://www.itnose.net/detail/6204426.html

5、GsonFormat(快速格式化json數據,自動生成實體類參數)

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

    插件源碼地址:https://github.com/zzz40500/GsonFormat

    插件教程:http://blog.csdn.net/dreamlivemeng/article/details/51262538

GsonFormat使用方法6、Android Drawable Importer(待續)

    爲了適應全部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

7、android-selector-chapek / SelectorChapek for Android(根據資源自動生成相應的selector,待續)

    插件下載地址:https://plugins.jetbrains.com/plugin/7298

    插件源碼地址:https://github.com/inmite/android-selector-chapek

8、Android Parcelable code generator(快速實現Parcelable接口)

    插件下載地址:https://plugins.jetbrains.com/plugin/7332?pr=

    插件源碼地址:https://github.com/mcharmas/android-parcelable-intellij-plugin/

    插件教程地址:http://blog.csdn.net/kroclin/article/details/40902721

9、Android Postfix completion(根據後綴快速完成代碼)

    插件下載地址:https://plugins.jetbrains.com/plugin/7775?pr=

    插件教程地址:http://blog.jetbrains.com/idea/2014/03/postfix-completion/

10、Lifecycle Sorter(能夠根據Activity或者fragment的生命週期對其生命週期方法位置進行前後排序。)

    插件下載地址:https://plugins.jetbrains.com/plugin/7742?pr=

    插件源碼地址:https://github.com/armandAkop/Lifecycle-Sorter

    使用方法:

    工具欄中Code->Sort Lifecycle Methods->選中其中一個。

    快捷鍵:Ctrl+Alt+K / Ctrl+Alt+Shift+k

11、ADB WIFI 無需root就能wifi調試

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

    插件源碼地址:https://github.com/layerlre/ADBWIFI

12、CodeGlance(快速定位代碼)

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

    插件源碼地址:https://github.com/Vektah/CodeGlance

十3、JSONOnlineViewer

    可實現直接在android studio中調試接口數據,能夠選擇請求類型,自定義請求頭及請求體,json數據格式化後展現

    插件下載地址:https://plugins.jetbrains.com/plugin/7838?pr=

十4、FindBugs-IDEA

    經過FindBugs幫你找到隱藏的bug及很差的作法。

    插件下載地址:https://plugins.jetbrains.com/plugin/3847?pr=

    插件源碼地址:https://github.com/andrepdo/findbugs-idea/tree/master

十5、JavaDoc(添加註釋,可自定義模板。)

    插件下載地址:https://plugins.jetbrains.com/plugin/?idea_ce&pluginId=7157

    插件源碼地址:https://github.com/setial/intellij-javadocs

十6、Android strings.xml tools(待續)

    能夠用來管理Android項目中的字符串資源。它提供了排序Android本地文件和添加缺乏的字符串的基本操做。雖然這個插件是有限制的,但若是應用程序有大量的字符串資源,那這個插件就很是有用了。

    插件下載地址:https://plugins.jetbrains.com/plugin/7498?pr=

    插件源碼地址:https://github.com/constantine-ivanov/strings-xml-tools

十7、lint-cleaner-plugin(刪除未使用的資源,包括String字符串,顏色和尺寸,待續)

    這是一個Gradle插件,因此如何配置能夠去github的源碼上看。

    插件源碼地址:https://github.com/marcoRS/lint-cleaner-plugin

十8、codota(待續)

    該網站蒐集了大量的代碼,號稱超過700W的代碼實例。提供了chrome和as插件。

    插件下載地址:https://plugins.jetbrains.com/plugin/7638?pr=

    插件官方網址:https://www.codota.com/

十9、ECTranslation(待續)

    一個androidstudio上面的翻譯插件(將英文翻譯爲中文)。 暫時只能以jar的方式安裝。jar下載地址以及使用方法在github上的源碼地址上都有詳細描述。

    插件源碼地址:https://github.com/Skykai521/ECTranslation

二10、安卓自動生成代碼插件-Android code Generator

    插件下載位置

    

 

50個安卓開發者應該熟悉的Android Studio技巧和資源

 

50個安卓開發者應該熟悉的Android Studio技巧和資源

相關文章
相關標籤/搜索