Android Development Tools?
Answer / 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 |
What are the types of layout in android?
What is android? Explain
What is so special about android?
What is the correct way to check if a Compass sensor is present on the system? Explain your answer.
what is a binder service in android and how it differs from started service?
Explain apk format for android?
how will you display database tables in an activity? Will you use gridview or tableview? Justify?
What is the services component of android?
Describe Android Application Architecture?
Can I use my android phone as a bootable usb?
How do I download the latest android os?
what is adb in android?