Answer Posted / mady
The Android SDK and Virtual Device Manager Used to create and manage Android Virtual Devices (AVD) and SDK packages.
The Android Emulator An implementation of the Android virtual machine designed to run within a virtual device on your development computer. Use the emulator to test and debug your Android applications.
Dalvik Debug Monitoring Service(DDMS) Use the DDMS perspective to monitor and control the Dalvik virtual machines on which your debugging your application.
Android Asset Packaging Tool(AAPT) Constructs the destributable Android packages files (.apk).
Android Debug Bridge(ADB) A client-server application that provedes a link to a running emulator.It lets you copy files, install compiled application packages(.apk),and run shell commands.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How will you differentiate nine-patch image from regular bitmap image?
What's the difference between android and iphone?
What is activity in android?
What phones will get android pie?
What is the difference between an android and iphone?
What happen if the latitude is less than -90 or greater than 90?
List the type of android application?
What is equals method?
As an android developer, how will you enumerate the steps necessary to created bounded services through aidl?
What is context in toast android?
to write a back ground functionality in an activity, should I use a thread or service?
How can anr be prevented?
How many activities are in focus at any time?
What is one shot?
What is aidl? What are the datatypes supported by aidl?