Android Development Tools?



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

Post New Answer

More Android OS Interview Questions

how to update ui from a service?

0 Answers  


What is android version 7.0 called?

0 Answers  


In auto-generated code of an android app, what is r class?

0 Answers  


Which is the best android version?

0 Answers  


In android, what is the meaning of the following code in mainactivity class?

0 Answers  






What is the use of sync in android?

0 Answers  


What is dalvik virtual machine?

0 Answers  


How do I turn off auto sync on android?

0 Answers  


What is the codename of android 6.0?

0 Answers  


what is handler in android?

0 Answers  


Explain android activities?

0 Answers  


So if the current version of Android is 2.2, why are people still complaining about Android phones stuck with version 2.1, or even 1.6?

1 Answers  


Categories