Total Pageviews

Thursday 22 March 2012

使Android开发方便快捷的8个好工具

Android is second most popular operating system using Smartphones and tablets. This list has 8 best android tools that helps developers in many different ways, tools are- SDK and AVD manager, android ADT, android DDMS, etc. Every tool presents its unique and different quality to make it very useful for developers. Nowadays, android’s development section is growing day by day and getting popularity among upcoming or newcomer developers.
There are number of tools available on internet that helps developers to make easy android development. With the help of these tools developers can develop application in a easy and fast way.
Now a days, android operating system getting more popularity and lovers everyday, smartphones and tablets are using this OS in large scale.
So today our compilations is best android tools for developers by which they can make their development fast and easy. Visit this list and share your thought in our comment section below.

1) The SDK and AVD Manager

Adding and updating components in your Android SDK is fast and easy. To add or update the individual SDK components that you need, use the Android SDK and AVD Manager (included in the SDK Tools).

2) Android ADT

Android Development Tools (ADT) is a plugin for the Eclipse IDE that is designed to give you a powerful, integrated environment in which to build Android applications

3) Android DDMS

Android ships with a debugging tool called the Dalvik Debug Monitor Server (DDMS), which provides port-forwarding services, screen capture on the device, thread and heap information on the device, logcat, process, and radio state information, incoming call and SMS spoofing, location data spoofing, and more.

4) Logcat

The Android logging system provides a mechanism for collecting and viewing system debug output. Logs from various applications and portions of the system are collected in a series of circular buffers, which then can be viewed and filtered by the logcat command. You can use logcat from an ADB shell to view the log messages.

5) Hierarchy Viewer

Hierarchy Viewer allows you to debug and optimize your user interface. It provides a visual representation of the layout’s View hierarchy (the Layout View) and a magnified inspector of the display (the Pixel Perfect View).

6) Zipalign

zipalign is an archive alignment tool that provides important optimization to Android application (.apk) files. The purpose is to ensure that all uncompressed data starts with a particular alignment relative to the start of the file. Specifically, it causes all uncompressed data within the .apk, such as images or raw files, to be aligned on 4-byte boundaries.

7) Emulator

The Android SDK includes a mobile device emulator — a virtual mobile device that runs on your computer. The emulator lets you develop and test Android applications without using a physical device.

8 ) Android Debug Bridge

Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device.

from  http://webinsightlab.com/development/best-tools-to-make-easy-and-fast-android-development/
--------------------------------------------------------------------------------------------
Android是第二个最流行的用于 智能手机和平板电脑 的操作系统。这里有8个最好的 Android工具以许多不同的方式 帮助开发人员 ,例如 - SDK和AVD管理器,android ADT,android DDMS等等,每个工具表现其独特和不同的质量,使它非常有用于开发。如今,Android的开发一天一天地增长,在新的移动开发中变得越来越流行。

互联网上提供一些工具,可帮助开发人员轻松的Android开发。在这些工具的帮助下,开发人员可以更方便,快捷的方式开发应用程序。

现在,Android操作系统每天得到更多的普及和喜爱,智能手机和平板电脑都在大规模使用此操作系统。

所以今天我们汇编了最好的Android开发工具给开发者,通过它们可以使他们的开发快速和容易的。访问这个列表,并分享你的思想,在我们的评论部分。

1)SDK和AVD Manager

在你的Android SDK里新增和更新的组件是快速和容易的。要添加或更新个人SDK组件,你需要使用的Android SDK和AVD管理(包括在SDK工具)。


2)Android ADT

Android开发工具(ADT)是一个用于Eclipse IDE的插件,旨在给你一个强大的,集成的环境中构建Android应用程序


3)Android DDMS

Android附带了一个调试工具称为的Dalvik调试监视器服务器(DDMS的),它提供了端口转发服务,设备上的屏幕捕获,线程堆和设备上的信息,logcat,进程,radio状态信息

4)Logcat

Android日志系统提供了一个收集和查看系统调试输出机制。从各种应用程序和系统的部分日志收集了一系列的循环缓冲区,然后logcat命令可以查看和过滤。你可以使用通过ADB shell使用logcat查看日志消息。

5)Hierarchy Viewer

层次Viewer允许你调试和优化您的用户界面。它提供了一个布局的视图层次结构(布局视图)的视觉表现和放大的显示检查员(像素完美查看)。

6)Zipalign

zipalign是归档对齐工具,它对Android应用程序(APK)文件提供了重要的优化。其目的是为了确保所有的未压缩数据开始于特定的文件开始部分。具体来说,它引起apk内所有未压缩的数据,如图像或原始文件,要在4字节边界对齐。


7)Emulator

Android SDK中包括移动设备模拟器 - 一个虚拟的移动设备,在您的计算机上运行。模拟器可以让你无需使用物理设备开发和测试的Android应用程序。


8)Android Debug Bridge

Android调试桥(ADB)是一种多用途的命令行工具,可以让你在一个模拟器实例或连接Android的供电设备进行通信。

from http://itindex.net/

No comments:

Post a Comment