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 |
Explain how to send sms in android?
What is bin file in android?
Choose right kind of layouts supported in sencha touch?
Which dialog box can you use in you android application?
Explain the use of 'bundle' in android?
what kernel is used in android?
How is the use of web view in android?
How do I remove sections from my favourites?
What are the three layout managers?
What are the types of layout in android?
What is the risk in blocking the main thread when performing a lengthyoperation such as web access or heavy computation?
Can the bytecode be written in java be run on android?