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 do inter-thread communication in android, using handlers?

0 Answers  


What is if statement?

0 Answers  


What item are important in every android project ?

0 Answers  


 Does android support other language than java?

1 Answers  


Will galaxy s9 get android 10?

0 Answers  


What is .apk extension in android?

0 Answers  


Which is the method you need to use to post a notification to be shown in the status bar?

0 Answers  


Assume that we have an android object named stored in reader variable, and inside it has a child object named?

0 Answers  


Can I use my android phone as a bootable usb?

0 Answers  


Can I write code for android using c/c++?

0 Answers  


Will galaxy s8 get android pie?

0 Answers  


What is listactivity?

0 Answers  


Categories