10 development tools required by Android Developers

Source: Internet
Author: User

The android SDK contains many tools to help developers design, develop, test, and publish Android applications. In this article, we will discuss the 10 most commonly used tools.

#1: Eclipse ADT

Eclipse ADT is used to develop Android applications on the eclipse platform.Program.

#2: The SDK and AVD Manager

This tool contains many important functions, including managing different Android SDK versions (Build targets). You know that there are many Android versions and there are some compatibility issues with APIs. In addition, this tool is used to manage Android Virtual Device configurations (AVD) and configure simulators.

#3: Android debug Bridge

ADB (Android debug Bridge) is a common debugging tool provided by Android. With this tool, we can manage the status of devices or mobile phone simulators.

You can also perform the following operations:

1. quickly update devices or mobile phone SimulatorsCodeSuch as application or Android system upgrade;
2. Run shell commands on the device;
3. Manage the ports on the device or mobile phone simulator;
4. Copy or paste files on the device or mobile phone simulator;

#4: Dalvik debug monitor server

The full name of ddms is Dalvik debug monitor service, which provides us with a screenshot for the test device, for example, view running threads and heap information, logcat, broadcast status information, analog call, receive SMS, and virtual geographic coordinates for specific processes.

#5: The Android emulator and real devices

Once you start to develop the android program, you must see the running result of the program. This is the android simulator that allows you to test the running effect of the Android Application on different devices.

#6: logcat

LogcatYesAndroidA command line tool that can be used to obtain the log information of a program. The android logging system allows you to record and view system debugging information. Logs are recorded in various software and system buffers. You can use the logcat command to view and use logs in the buffer zone.

#7: The hierarchy Viewer

Hierarchy viewer is a tool released with androidsdk. It is located in the tools folder named hierarchyviewer. bat. It is a very useful and easy-to-use tool provided by Android. It can help us better view and design the user interface (UI). It is definitely a powerful tool for UI inspection, but it seems that few people mention it, is it because it is too simple?

Specifically, there are two main functions:

1. intuitively obtain the UI layout design structure and attributes from a visual perspective, helping us optimize the layout design;
2. Use debug to help you observe the invalidate and requestlayout operations on specific UI objects.

#8: Draw 9-patch

This nine-cell grid painting tool (draw9patch. BAT) allows you to easily create a nine-cell ninepatch chart using a WYSIWYG editor.

#9: The monkey test tools

Monkey test tools include monkey Exerciser tool and monkeyrunner tool, which are mainly used for automated testing of programs.

#10: proguard

Proguard is a free Java class File compression, optimization, and mixed handler. It deletes useless classes, fields, methods, and attributes. Optimize bytecode to the maximum extent, and rename classes, fields, and methods with short and meaningless names. Eclipse has integrated proguard.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.