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
Explain the four java classes related to using sensors on the android platform?
What is the relationship between the life cycle of an asynctask and an activity?
What is shared preferences in android?
Explain android activities?
Explain apk format in android?
What is main/res/ directory?
What is activities?
What is notificationmanager class?
What is android os on my phone?
Explain the onsavedinstancestate() and onrestoreinstancestate() in activity?
What is android on cell phones?
Differentiate activities from services?
How to Save UI States in Case of Configuration Changes in Android?
What is one shot?
Describe the SmsManager class in android.