阅读更多

Android SDK

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 /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.

更多相关文章

  1. Android版本和API Level对应关系
  2. 学习Android的几大主攻方向
  3. 工程师淘金:开发Android主攻四大方向
  4. android学习网站
  5. android学习网站
  6. Android内核源码阅读---ashmem.c
  7. Android的多媒体框架Opencore代码阅读
  8. 分享:Android程序员,必备精品网站大汇总
  9. (android高仿系列)今日头条 --新闻阅读器 (二)

随机推荐

  1. Android应用程序使用Localsocket与Linux
  2. Android国际化
  3. 动态设置android:drawableLeft|Right|Top
  4. Activity切换导致的onCreate重复执行
  5. 基于Android客户端的人人网开放平台开发
  6. Android图片下载缓存库picasso解析
  7. ListView.setOnItemClickListener、setOn
  8. Android: 自定义Tab样式
  9. Lock-free atomic operations in Android
  10. Android(安卓)各层中日志打印功能的应用