android studio 中一些比較好的外掛程式

2021-07-22 20:41:54 字數 957 閱讀 3796

* adb idea: 方便解除安裝apk,刪除快取

android butterknife zelezny : butterknife對應的外掛程式

* android code generator plugin : 生成viewholder,生成initview方法

* codota: 搜尋**塊

* gsonformat: jsonstring自動轉bean外掛程式

genymotion-idea-plugin: genymotion對應的外掛程式

* selectorchapek for android: 幫助生成selector

***y editor: **區域加背景

android drawable importer: 同一張生成多個自動生成多解析度

* android layout id converter: xml到控制項的轉換,直接全部給你findviewbyid並且提取好

android postfix completion: toast和log加強

* android studio prettify: 幫助findviewbyid

.ignore: git忽略檔案高亮效果,資料夾顏色提示

android parcelable code generator: 生成parcelable**

gradle dependencies helper: gradle幫助外掛程式

android toolbox plugin: 生成viewholder,意義不大

statistic: **計行工具

markdowm: markdown支援

lifecyclesorter:  可以根據activity或者fragment的生命週期對其生命週期方法位置進行先後排序,快捷鍵ctrl + alt + k

generateserialversionuid_plugin_v3.0.3: 實現serializable序列化bean 

Android Studio 使用教程 一

從eclipse中遷移專案到android studio 如果您之前已經使用eclipse開發android專案,並希望遷移到android studio,你應該通過從eclipse中匯出您的專案生成gradle 構建檔案。然後,您就可以將您的專案匯入到android studio了。一.從ecli...

AndroidStudio錯誤彙總(一)

1.android studio 出現value2,value1關鍵字的錯誤 android studio 出現value2,value1關鍵字的錯誤 解決辦法 檢視file project structure檢視是否重複匯入的v4包或者其他包 2.svn不能更新或者提交的時候 解決 刪除.svn中...

android studio 學習之一

一 簡介 android studio 是乙個android整合開發工具,基於intellij idea.類似 eclipse adt,android studio 提供了整合的 android 開發工具用於開發和除錯。官網 二 安裝問題 1.unable to access android sdk...