您的位置:首页 > 编程语言 > Java开发

下载Android的SDK,和ECLIPSE的ADT

2011-02-22 10:55 711 查看
这篇文章来自Android的官方网站,真不明白,技术网站在中国都访问不了,还要用代理上。。。晕
Android2.2于2010年5月正式公布。Android2.2 SDK就开始正式提供下载。
另外,Adobe的Flash Player 10.1 for Android也开始正式提供beta下载,但需要使用2.2版本的Android访问。

下载: Android2.2 SDK
windows: http://dl.google.com/android/android-sdk_r06-windows.zip
mac: http://dl.google.com/android/android-sdk_r06-mac_86.zip
linux: http://dl.google.com/android/android-sdk_r06-linux_86.tgz

下载:Adobe Flash Player 10.1 for Android
http://labs.adobe.com/downloads/flashplayer10.html#android

eclipse下安装ADT:
Help->Install New SoftWare
输入网址: https://dl-ssl.google.com/android/eclipse/.
来安排android的eclipse插件
安装完后,在window->preferences里可以看到Android, 在那里要绑定你刚才下载的android 2.2sdk

原文:
Welcome Developers! If you are new to the Android SDK, please read the Quick Start, below, for an overview of how to install and set up the SDK.

If you are already using the Android SDK and would like to update to the latest tools or platforms, please use the Android SDK and AVD Manager to get the components, rather than downloading a new SDK package.
Platform Package Size MD5 Checksum
Windows android-sdk_r06-windows.zip 23293160 bytes 7c7fcec3c6b5c7c3df6ae654b27effb5
Mac OS X (intel) android-sdk_r06-mac_86.zip 19108077 bytes c92abf66a82c7a3f2b8493ebe025dd22
Linux (i386) android-sdk_r06-linux_86.tgz 16971139 bytes 848371e4bf068dbb582b709f4e56d903

Your download of android-sdk_r06-linux_86.tgz has begun!
Quick Start

The steps below provide an overview of how to get started with the Android SDK. For detailed instructions, start with the Installing the SDK guide.

1. Prepare your development computer

Read the System Requirements document and make sure that your development computer meets the hardware and software requirements for the Android SDK. Install any additional software needed before downloading the Android SDK. In particular, you may need to install the JDK (version 5 or 6 required) and Eclipse (version 3.4 or 3.5, needed only if you want develop using the ADT Plugin).

2. Download and install the SDK starter package

Select a starter package from the table at the top of this page and download it to your development computer. To install the SDK, simply unpack the starter package to a safe location and then add the location to your PATH.

3. Install the ADT Plugin for Eclipse

If you are developing in Eclipse, set up a remote update site at https://dl-ssl.google.com/android/eclipse/. Install the Android Development Tools (ADT) Plugin, restart Eclipse, and set the "Android" preferences in Eclipse to point to the SDK install location. For detailed instructions, see ADT Plugin for Eclipse.

4. Add Android platforms and other components to your SDK

Use the Android SDK and AVD Manager, included in the SDK starter package, to add one or more Android platforms (for example, Android 1.6 or Android 2.0) and other components to your SDK. If you aren't sure what to add, see Which components do I need?

To launch the Android SDK and AVD Manager on Windows, execute SDK Setup.exe, at the root of the SDK directory. On Mac OS X or Linux, execute the android tool in the <sdk>/tools/ folder. For detailed instructions, see Adding SDK Components.

Done!

If you are new to Android, you can use the Hello World tutorial to get started quickly. Next Steps offers other suggestions of how to begin.

For a more detailed guide to installing and setting up the SDK, read Installing the SDK.
英文原文来自:http://androidappdocs.appspot.com/sdk/index.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: