
Each VM exposes a unique port, that a debugger can attach to. In android, each application runs in its own process and each process run in the virtual machine. The service could include message formation, call spoofing, capturing screenshot, exploring internal threads and file systems e.t.c Running DDMSįrom Android studio click on Tools>Android>Android device Monitor. Update your sdk with new platform add-ons and documentationĪndroid action ĭDMS stands for Dalvik debug monitor server, that provide many services on the device. AndroidĪndroid is a development tool that lets you perform these tasks: We will discuss three important tools here that are android,ddms and sqlite3. Provides a graphical viewer for execution logs saved by your applicationĪndroid Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. Lets you access the SQLite data files created and used by Android applications Shrinks, optimizes, and obfuscates your code by removing unused code Helps you create a disk image (external sdcard storage) that you can use with the emulator


This tools let you test your applications without using a physical device This tool allows you to easily create a NinePatch graphic using a WYSIWYG editor This tool lets you debug Android applications This tool lets you manage AVDs, projects, and the installed components of the SDK The list of SDK tools has been given below − Sr.No When you install the Android SDK into your system, these tools get automatically installed. SDK tools are generally platform independent and are required no matter which android platform you are working on. The tools can be generally categorized into two types.

The android developer tools let you create interactive and powerful application for android platform.
