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:
- Download the Android SDK.
- Install the ADT plugin for Eclipse (if you’ll use the Eclipse IDE).
- 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
Platform | Package | Size | MD5 Checksum |
---|---|---|---|
Windows 32-bit | adt-bundle-windows-x86-20130219.zip | 425487608 bytes | 4a40039f28048e6d7b2440adf55b8321 |
Windows 64-bit | adt-bundle-windows-x86_64-20130219.zip | 425611626 bytes | 891f79816b4d19042faab26d670f4f77 |
adt-bundle-mac-x86_64-20130219.zip | 390697025 bytes | b768c28f380c1846479664c4790e9c53 | |
Linux 32-bit | adt-bundle-linux-x86-20130219.zip | 418664018 bytes | e56ebb5c8eb84eb3227cf7c255373f4b |
Linux 64-bit | adt-bundle-linux-x86_64-20130219.zip | 418939098 bytes | 90cb420934170787938d0477c1a83a7f |
SDK Tools Only
Platform | Package | Size | MD5 Checksum |
---|---|---|---|
Windows 32 & 64-bit | android-sdk_r21.1-windows.zip | 99360755 bytes | dbece8859da9b66a1e8e7cd47b1e647e |
installer_r21.1-windows.exe(Recommended) | 77767013 bytes | 594d8ff8e349db9e783a5f2229561353 | |
32 & 64-bit | android-sdk_r21.1-macosx.zip | 66077080 bytes | 49903cf79e1f8e3fde54a95bd3666385 |
Linux 32 & 64-bit | android-sdk_r21.1-linux.tgz | 91617112 bytes | 3369a439240cf3dbe165d6b4173900a8 |
No comments:
Post a Comment
Note: only a member of this blog may post a comment.