Google's May 2013 I/O developer conference launched Android Studio based on the IntelliJ idea Java IDE. Androidstudio is a full-featured development tool that also provides support for third-party plug-ins. Enable developers to develop programs faster and better.
Plug-in Installation
In Android Studio:go to and File → Settings → Plugins → Browse repositories
search for插件名
Or in Android studio:go to download it jar and installFile → Settings → Plugins → Install plugin from disk
Summary of Plugins
Android Butterknife Zelezny
Butterknife is a focus on Android system View injection framework, can reduce a lot of Findviewbyid and Setonclicklistener code, the visualization of a key generation. PS: Do not post, open plug-ins and source address can be seen, and according to the loading of the card.
Plugin: Https://plugins.jetbrains.com/plugin/7369?pr=androidstudio
Plugin Source Address: Https://github.com/avast/android-butterknife-zelezny
Plugin Tutorial: http://blog.csdn.net/dreamlivemeng/article/details/51261170
Recommended index: five-star
Gsonformat
Gsonformat is a plug-in that quickly formats JSON data and automatically generates entity class parameters.
Plugin: Https://plugins.jetbrains.com/plugin/7654?pr=androidstudio
Plugin Source Address: Https://github.com/zzz40500/GsonFormat
Plugin Tutorial: http://blog.csdn.net/dreamlivemeng/article/details/51262538
Recommended index: Four stars
Android drawable Importer
To accommodate the size and density of all Android screens, each Android project will contain the Drawable folder. Any developer with Android experience knows that in order to support all screen sizes, you must import different artboards for each screen type. The Android drawable Importer plugin can make this work easier. It reduces the amount of work required to import scaled images to Android projects. Android drawable Importer Adds an option to import artboards at different resolutions or to scale the specified image to a defined resolution. This plugin accelerates the work of the developer's artboard.
Plugin: Https://plugins.jetbrains.com/plugin/7658?pr=androidstudio
Plugin Source Address: Https://github.com/winterDroid/android-drawable-importer-intellij-plugin
Plugin Tutorial Address: http://blog.csdn.net/lee_sire/article/details/49684385
Recommended index: Samsung
Android-selector-chapek/selectorchapek for Android
Automatically generate the corresponding selector based on the resource.
Plugin: https://plugins.jetbrains.com/plugin/7298
Plugin Source Address: Https://github.com/inmite/android-selector-chapek
Recommended index: Samsung
Android parcelable Code Generator
Fast implementation of plug-ins for parcelable interfaces.
Plugin: https://plugins.jetbrains.com/plugin/7332?pr=
Plugin Source Address: https://github.com/mcharmas/android-parcelable-intellij-plugin/
Plugin Tutorial Address: http://blog.csdn.net/kroclin/article/details/40902721
Recommended index: Four stars
Markdown
Markdown is a markup language that can be written using an ordinary text editor, which can make plain text content formatted with HTML-like markup syntax.
Plugin: https://plugins.jetbrains.com/plugin/5970?pr=
Plugin Document Address: Https://github.com/nicoulaj/idea-markdown
Recommended index: Four stars
Android Postfix Completion
Code can be quickly completed by suffix.
Plugin: https://plugins.jetbrains.com/plugin/7775?pr=
Plugin Tutorial Address: http://blog.jetbrains.com/idea/2014/03/postfix-completion/
Recommended index: five-star
Androidaccessors
Quick implementation of Get and set method plug-ins.
Plugin: https://plugins.jetbrains.com/plugin/7496?pr=
Plugin Document Address: https://github.com/jonstaff/AndroidAccessors
Recommended index: Samsung
Lifecycle Sorter
It is possible to prioritize the location of its life cycle methods based on activity or fragment life cycle.
Plugin: https://plugins.jetbrains.com/plugin/7742?pr=
Plugin Source Address: Https://github.com/armandAkop/Lifecycle-Sorter
Recommended index: five-star
ADB WiFi can be debugged without root.
Plugin: https://plugins.jetbrains.com/plugin/7856?pr=
Plugin Source Address: Https://github.com/layerlre/ADBWIFI
Recommended index: five-star
ADB idea
ADB Debugging tools, Uninstall app, Kill app, Start app, Restart app, clear app data, clear app data and Restart
Plugin: https://plugins.jetbrains.com/plugin/7380?pr=
Plugin Source Address: https://github.com/pbreault/adb-idea/
Recommended index: five-star
Codeglance
Maximum use: can be used to quickly locate the code.
Plugin: https://plugins.jetbrains.com/plugin/7275?pr=
Plugin Source Address: https://github.com/Vektah/CodeGlance
Recommended index: five-star
Jsononlineviewer
Can be implemented directly in Android Studio debugging interface data, you can choose the request type, custom request header and request body, JSON data format after display
Plugin: https://plugins.jetbrains.com/plugin/7838?pr=
Recommended index: Four stars
Findbugs-idea
Help you find hidden bugs and bad practices through findbugs.
Plugin: https://plugins.jetbrains.com/plugin/3847?pr=
Plugin Source Address: Https://github.com/andrepdo/findbugs-idea/tree/master
Recommended index: Four stars
Jimu Mirror
This is a plug-in that lets you test layouts quickly on real-world devices. Jimu Mirror allows you to preview the Android layout that accompanies the encoding update on your device.
Plugin: https://plugins.jetbrains.com/plugin/7517?pr=
Plugin Tutorial Address: http://www.itnose.net/detail/6204426.html
Recommended index: Four stars
Javadoc
Add a comment to customize the template.
Plugin: https://plugins.jetbrains.com/plugin/?idea_ce&pluginId=7157
Plugin Source Address: Https://github.com/setial/intellij-javadocs
Recommended index: five-star
Android Strings.xml Tools
Can be used to manage string resources in an Android project. It provides basic operations for sorting Android local files and adding missing strings. Although this plugin is limited, this plugin is useful if the application has a large number of string resources.
Plugin: https://plugins.jetbrains.com/plugin/7498?pr=
Plugin Source Address: Https://github.com/constantine-ivanov/strings-xml-tools
Recommended index: five-star
Robotium Recorder
Robotium Recorder is an automated test framework for testing native and hybrid mobile applications on simulators and Android devices. Robotium Recorder allows you to record test cases and user actions. You can also view system features and user test scenarios for different Android activities.
Plugin: https://plugins.jetbrains.com/plugin/7513?pr=
Plugin official website: http://robotium.com/
Recommended index: Four stars
Android Holo Colors Generator
Generate corresponding drawable and layout files by customizing the Holo theme Colors
Plugin: https://plugins.jetbrains.com/plugin/7366?pr=
Plugin Source Address: Https://github.com/jeromevdl/android-holo-colors-idea-plugin
Recommended index: Four stars
Lint-cleaner-plugin
Delete unused resources, including string strings, colors, and dimensions. This is a gradle plugin, so how to configure can go to GitHub on the source to see.
Plugin Source Address: Https://github.com/marcoRS/lint-cleaner-plugin
Recommended index: Four stars
Codota
The site collects a lot of code, claiming to be more than 700W code examples. Chrome and as plugins are available.
Plugin: https://plugins.jetbrains.com/plugin/7638?pr=
Plugin official website: https://www.codota.com/
Recommended index: five-star
Ectranslation
A Androidstudio translation plugin (translate English to Chinese). It can only be installed as a jar temporarily. The jar and how to use it are described in detail on GitHub's source address.
Plugin Source Address: https://github.com/Skykai521/ECTranslation
Recommended index: Four stars
Take It away! 22 Android Studio Excellent plugin rollup