Android Dev Tools(6)
Android Dev Tools(6)
5
Unlike iOS and Blackberry, Android is an open-source platform that allows you to develop Helps you create a disk image (external sdcard storage) that you can use with
customized applications. The tools needed for their development are free, and there is no the emulator
need to purchase an extensive developer phone or register your hardware as a development
device. proguard
6
Shrinks, optimizes your code by removing unused code
1. Android SDK
2. Native Development Kit (NDK)
sqlite3
3. Titanium Mobile SDK 7
4. Hypernext Android Creator Lets you access the SQLite data files created and used by Android applications
5. ADOBE AIR
traceview
8
The Android Software Development Kit (SDK) provides you with the API libraries and Provides a graphical viewer for execution logs saved by your application
developer tools necessary to build, test, and debug apps for the Android platform. It is one of
the most popular SDKs used for Android. Adb
Aspiring new Android developers can download the ADT Bundle to develop apps quickly. It 9
includes the essential Android SDK components and a version of the Eclipse IDE with built- Android Debug Bridge (adb) is a versatile command line tool that lets you
in ADT (Android Developer Tools) to streamline your Android app development. These are communicate with an emulator instance or connected Android-powered device.
some of the pivotal components in the ADT Bundle
android
1
This tool lets you manage AVDs, projects, and the installed components of the
SDK
ddms
2
This tool lets you debug Android applications
Draw 9-Patch
3
This tool allows you to easily create a NinePatch graphic using a WYSIWYG
editor
emulator
4
This tools let you test your applications without using a physical device