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 |
When is it desirable to kill the foreground activity?
Who inventors of android ?
Explain ttl (time to live) and why is it required?
How long does it take to build an app?
Explain activity lifecycle briefly.
What do I do if I have problems downloading your App?
How can I enable my android system webview?
State few disadvantages of android in the mobile market.
Explain the sending sms in android?
What is the name of database used in android?
Which scenario can test only on real devices but not on emulator?
What is gcm (google cloud messaging)?