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
What is looper, handler, and message queue in Android?
What is build/ directory?
How do you access the string resource stored in the strings.xml file?
What is a theme ?
how to fix an android application crash?
What is portable Wi-Fi hotspot in Android?
What are the different storage methods in android?
What is tween effect?
Write the syntax of toast?
What does adb stands for & what is it’s primary function?
Tell us how do you supply construction arguments into a fragment?
What is the variance between a regular bitmap and a nine-patch image?
What is a ContentProvider and what is it typically used for?
Name some exceptions in android?
what is serialization? How serialization is different from binders?