Android software development#Android SDK

The Android Development Tool, ADT is a short offered by Google plug-in for the Eclipse development environment and enables the project development under the Android operating system. In the latest version ( 16.0.1 ) of the Project Wizard (Wizard ), the Dalvik Debug Monitor Server ( DDMS ) and the Android Lint are the Android Virtual Device Manager, the Android SDK contain. It is distributed as freeware on the developer's website and is available for Windows, MacOS and Linux.

Android SDK

The ADT built by the Android SDK, which is available separately from Google, including:

  • The actual Android Virtual Device of AVD Manager
  • The USB driver, with which the project can be debugged live on the connected Android device
  • And other extras, such as various SDKs for the implementation of Google services.

Android Virtual Device

The Android Virtual Device is an emulator, almost every Android device can be simulated with the. API -level, operating system version and inserted memory card size can be specified. There are also other features like GPS support, number of emulated cameras and speed sensors that can be added and edited.

The supplied DDMS allows logging from the defined in the source code breakpoints, events and the display of instrument data and information on current processes.

63553
de