Wednesday, 1 May 2013

How Get the Android SDK


Welcome to Android application development!
This class teaches you how to build your first Android app. You’ll learn how to create an Android project and run a debuggable version of the app. You'll also learn some fundamentals of Android app design, including how to build a simple user interface and handle user input.
Before you start this class, be sure you have your development environment set up. You need to:
  1. Download the Android SDK.
  2. Install the ADT plugin for Eclipse (if you’ll use the Eclipse IDE).
  3. Download the latest SDK tools and platforms using the SDK Manager.
If you haven't already done these tasks, start by downloading the Android SDK and following the install steps. Once you've finished the setup, you're ready to begin this class.
This class uses a tutorial format that incrementally builds a small Android app that teaches you some fundamental concepts about Android development, so it's important that you follow each step.

Get the Android SDK

The Android SDK provides you the API libraries and developer tools necessary to build, test, and debug apps for Android.
If you're a new Android developer, we recommend you download the ADT Bundle to quickly start developing apps. It includes the essential Android SDK components and a version of the Eclipse IDE with built-in ADT (Android Developer Tools) to streamline your Android app development.
With a single download, the ADT Bundle includes everything you need to begin developing apps:
  • Eclipse + ADT plugin
  • Android SDK Tools
  • Android Platform-tools
  • The latest Android platform
  • The latest Android system image for the emulator
If you prefer to use an existing version of Eclipse or another IDE, you can instead take a more customized approach to installing the Android SDK. See the following instructions.

ADT Bundle
PlatformPackageSizeMD5 Checksum
Windows 32-bitadt-bundle-windows-x86-20130219.zip425487608 bytes4a40039f28048e6d7b2440adf55b8321
Windows 64-bitadt-bundle-windows-x86_64-20130219.zip425611626 bytes891f79816b4d19042faab26d670f4f77
Mac OS X 64-bitadt-bundle-mac-x86_64-20130219.zip390697025 bytesb768c28f380c1846479664c4790e9c53
Linux 32-bitadt-bundle-linux-x86-20130219.zip418664018 bytese56ebb5c8eb84eb3227cf7c255373f4b
Linux 64-bitadt-bundle-linux-x86_64-20130219.zip418939098 bytes90cb420934170787938d0477c1a83a7f
SDK Tools Only
PlatformPackageSizeMD5 Checksum
Windows
32 & 64-bit
android-sdk_r21.1-windows.zip99360755 bytesdbece8859da9b66a1e8e7cd47b1e647e
installer_r21.1-windows.exe(Recommended)77767013 bytes594d8ff8e349db9e783a5f2229561353
Mac OS X
32 & 64-bit
android-sdk_r21.1-macosx.zip66077080 bytes49903cf79e1f8e3fde54a95bd3666385
Linux
32 & 64-bit
android-sdk_r21.1-linux.tgz91617112 bytes3369a439240cf3dbe165d6b4173900a8

No comments:

Post a Comment

Note: only a member of this blog may post a comment.