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 do I update google play services on android?

1 Answers  


How long does compatibility take?

1 Answers  


What is .gitignore?

1 Answers  


Explain me the difference between oncreate() and onstart()?

1 Answers  


When did android become open source?

1 Answers  


Is android 5 outdated?

1 Answers  


what does android run on ?

1 Answers  


What is ADB?

1 Answers  


Which method is implemented by all subclasses of an activity?

1 Answers  


Explain me how does the activity respond when the user rotates the screen?

1 Answers  


Which is the best android version?

1 Answers  


why android uses dvm, why not jvm?

1 Answers  


Categories