1] XAppDbg: 【在運行時修改參數,無需為了一點小變化而多次運行】XAppDbg is an app development tool that can be used to change parameters in your code during runtime. This can save you a lot of time, since you don’t have to build and run your application for each small change. Go to the XAppDbg page to download and learn more about this open sourced tool.
2] ChkBugReport: 【快速查看Bug報告】This tool is used to quickly examine the output of an Android bug report. It takes the large text file that is output from the Android bug report tool and parses it into a more readable file for easier analysis.
ChkBugReport is also open source project. Go to the ChkBugReport page to download and learn more.
3] APKAnalyser: 【查看APK體繫結構的一大利器】This is a static, virtual analysis tool which you can use to get a thorough overview of your application architecture. Use it to examine API references, view application dependencies, and disassemble bytecodes in Android apps.
The open-sourced APKAnalyser is a complete tool chain which supports modification of the binary application. You are then able to repack, install, run, and verify the result from logcat. Go to the APKAnalyser page to download and learn more.vn
4] AppXplore: 【查看已安裝的APP,已用記憶體等】With the AppXplore tool, you can go through all the apps installed on your Android device and dissect many application details – app version, package names, certificates, permissions, signatures, activities, and lots of other information that would not be normally viewable from the device.
AppXplore is especially useful for seeing how much memory an app is using, and if the file is movable to the SD card. Likewise, developers can use AppXplore for testing and quality assurance purposes, to make sure their apps are showing the proper permissions in the manifest file. Check out the AppXplore page to download and get more information.
5] Memory Analyzer (MAT): 【Eclipse記憶體分析外掛程式,挺有用的,不過貌似跟Android沒關係】The Eclipse Memory Analyzer is a fast and feature-rich Java heap analyzer that helps you find memory leaks and reduce memory consumption.
Use the Memory Analyzer to analyze productive heap dumps with hundreds of millions of objects, quickly calculate the retained sizes of objects, see who is preventing the Garbage Collector from collecting objects, run a report to automatically extract leak suspects.
6] SQLiteManager plugin for eclipse: 【Eclipse中的SQLite外掛程式,作用不用多說了吧】This plugin helps developer to view and modify sqlite database in eclipse IDE
7] Robotium: 【Android測試架構,另外還有一個不知道。反正我都沒用過。支援測試的內容:Activities, Dialogs, Toasts, Menus and Context Menus】Robotium is a test framework created to make it easy to write powerful and robust automatic black-box test cases for Android applications.
With the support of Robotium, test case developers can write function, system and acceptance test scenarios, spanning multiple Android activities.
Robotium has full support for Activities, Dialogs, Toasts, Menus and Context Menus.
8] ACRA: 【自動發送crash reports到GoogleDoc的一個類庫,主要用來協助開發人員們從他們自己的應用得到資料】ACRA is a library enabling Android Application to automatically post their crash reports to a GoogleDoc form. It is targetted to android applications developers to help them get data from their applications when they crash or behave erroneously.
ACRA's notification systems are clean. If a crash occurs, your application does not add user notifications over existing system's crash notifications or reporting features. If you use the Toast, Status bar notification or direct dialog modes, the "force close" dialog is not displayed anymore and devices where the system native reporting feature is enabled do not offer the user to send an additional report.
9] Android Layout Binder:【從名字上理解好像是 將Layout檔案轉換為一系列的聲明,沒用過,不亂說。有用過的可以留言給我】 Convert your Android XML layouts into a set of declarations and binds to save you all that manual typing. Enter a prefix for your fields, choose the scope paste in your XML and hit generate. Select "verbose" to find out why any fields are skipped.
10 ] Spoon: 【分布式測試,好膩害的樣子,測試完成後會產生詳細的HTML】Android's ever-expanding ecosystem of devices creates a unique challenge to testing applications. Spoon aims to simplify this task by distributing instrumentation test execution and displaying the results in a meaningful way.
Instead of attempting to be a new form of testing, Spoon makes existing instrumentation tests more useful. Using the application APK and instrumentation APK, Spoon runs the tests on multiple devices simultaneously. Once all tests have completed, a static HTML summary is generated with detailed information about each device and test.
11] Android Content Provider Code Generator:【Content Provider 代碼產生器,要是早知道這個就好了】 Do you always copy and paste tons of code to write a ContentProvider? This code generator might help.
12] AndroidKickStartR: 【快速啟動app】Start your next Android app in 10 seconds. AndroidKickstartR helps you to quickly create a well configured Android application using the most popular libraries. It creates and configures your project for you. Just focus on code!
13 ] Android Holo Colors Generator:【顏色產生器】 The Android Holo Colors Generator allows you to easily create Android components such as editext or spinner with your own colours for your Android application. It will generate all necessary nine patch assets plus associated XML drawables and styles which you can copy straight into your project.
14] ActionBar Style Generator: 【ActionBar樣式產生器】The Android Action Bar Style Generator allows you to easily create a simple, attractive and seamless custom action bar style for your Android application. It will generate all necessary nine patch assets plus associated XML drawables and styles which you can copy straight into your project.
15] Asset Studio: 【Icon表徵圖產生器,這個效果誰用誰知道】Icon generators allow you to quickly and easily generate icons from existing source images, clipart, or text.
16] little eye labs:【分析】 little eye labs is performance analyser tool for Android Apps,he product has been rechristened as simply “little eye” instead of “littleEye appInsight” as it was called earlier.
Keeps our product catalog simple and consistent with our overall theme of focusing on simplicity, on every aspect of what we do!
Features【特性】
- Profile Any App【任意APP】
- Record And Playback video【支援回放】
- Foreground and Background usage【前台與背景記憶體使用量情況】
- CPU, Memory and Data consumption【CPU、記憶體、資料使用方式】
- Manual or Automatic Heap Dumps【自動管理】
- Save & Share【儲存與分享】
17] Droid Inspector: 【跟影像處理有關的】The concept of Overdraw has been given so much importance in the Android world. During the Google I/O, few talks emphasis on the importance of reducing overdraw. This is first tool (best of my knowledge) that can help us identify the overdraw easily.
Features【特性,下面看不太懂,哈哈】
- Inspect in 3D
- Find Overdraw
- Box Model
- Integrate with DDMS
- View Hierarchy
- Background/Content
- WebGL
- 2D to 3D to 2D
- And More..
18] Android Button Maker: 【顧名思義:Button Maker,線上的哦】Android Button Maker is online tool to generate buttons code for Android Apps. Android API provide Drawable Resources where XML file defines geometric shape, including colors, border and gradients.
These button is generating based on shape drawable XML code which load faster compare to normal png buttons. You can customize button properties in setting panel and get source code.
19] jsonschema2pojo:【json轉pojo,Java的】 Online tool to generate POJO (Plain Old Java Object) class from JSON Schema. Small but powerful tool which can save your time to write POJO. http://www.jsonschema2pojo.org/
更多特性,請瀏覽:www.kpbird.com/p/android-dev-tools.html