`
情却然
  • 浏览: 106827 次
  • 性别: Icon_minigender_2
  • 来自: 杭州
社区版块
存档分类
最新评论

Android SDK的安装

 
阅读更多

想要学习Android,需要先下载安装Android SDK,然后在编译软件中安装插件,如在Eclipse中安装ADT。

 

Android官网为:www.android.com

 

开官网,拉到网页底部点击“Developers”,进入developer.android.com

 

 在上方点击SDK标签。

 

 在右侧表格里选择相应系统的SDK下载。

 

(也可以直接点击本页的链接下载。)

Platform Package Size MD5 Checksum
Windows android-sdk_r15-windows.zip 33895447 bytes cc2aadf7120d12b574981461736a96e9
installer_r15-windows.exe (Recommended) 33902520 bytes ee8481cb86a6646a4d963d5142902c5c
Mac OS X (intel) android-sdk_r15-macosx.zip 30469921 bytes 03d2cdd3565771e8c7a438f1c40cc8a5
Linux (i386) android-sdk_r15-linux.tgz 26124434 bytes f529681fd1eda11c6e1e1d44b42c1432

 

下载安装完成后,在安装目录下找到“SDK Manager.exe”,双击打开:

 

选择你需要的项目安装。对于这些项目,官网上有相关说明:

Environment SDK Component Comments
Basic SDK Tools If you've just installed the SDK starter package, then you already have the latest version of this component. The SDK Tools component is required to develop an Android application. Make sure you keep this up to date.
SDK Platform-tools This includes more tools that are required for application development. These tools are platform-dependent and typically update only when a new SDK platform is made available, in order to support new features in the platform. These tools are always backward compatible with older platforms, but you must be sure that you have the latest version of these tools when you install a new SDK platform.
SDK platform You need to download at least one platform into your environment, so that you will be able to compile your application and set up an Android Virtual Device (AVD) to run it on (in the emulator). To start with, just download the latest version of the platform. Later, if you plan to publish your application, you will want to download other platforms as well, so that you can test your application on the full range of Android platform versions that your application supports.
+  
Recommended
(plus Basic)
Documentation The Documentation component is useful because it lets you work offline and also look up API reference information from inside Eclipse.
Samples The Samples components give you source code that you can use to learn about Android, load as a project and run, or reuse in your own app. Note that multiple samples components are available — one for each Android platform version. When you are choosing a samples component to download, select the one whose API Level matches the API Level of the Android platform that you plan to use.
Usb Driver The Usb Driver component is needed only if you are developing on Windows and have an Android-powered device on which you want to install your application for debugging and testing. For Mac OS X and Linux platforms, no special driver is needed.
+  
Full
(plus Recommended)
Google APIs The Google APIs add-on gives your application access to the Maps external library, which makes it easy to display and manipulate Maps data in your application.
Additional SDK Platforms If you plan to publish your application, you will want to download additional platforms corresponding to the Android platform versions on which you want the application to run. The recommended approach is to compile your application against the lowest version you want to support, but test it against higher versions that you intend the application to run on. You can test your applications on different platforms by running in an Android Virtual Device (AVD) on the Android emulator.

 

简单地来说,Tools下的项目全部都要安装;Tools下的项目,个人建议全部安装;剩下的是各版本的Android,1和2打头的是手机的Android版本,3打头的是平板的Android版本,4.0则是同时兼容手机和平板,不过不太成熟,不建议日常开发之用,不过体验下还是不错的。

各版本里,SDK Platform是Android官方的平台,Documentation是Android的帮助文档,Samples是一些样品的源代码,Google APIs是google公司定制的平台,其他项目类似。

个人建议安装Tools、Tools、4.0中的Documentation和SDK Platform、3.2中的SDK Platform、2.3.3中的SDK Platform和Google APIs。

 

好了,只要你把这些安装完成,那么你的Android SDK就安装完成啦~~

分享到:
评论

相关推荐

    Android SDK 安装使用详细教程

    Android SDK 安装使用详细教程 Android SDK 安装是 Android 应用程序开发的必要步骤。本教程将指导您从下载和安装 Android SDK,到设置和启动 Android 模拟器(AVD),帮助您快速上手 Android 应用程序开发。 ...

    androidSDK安装方法

    ### Android SDK 安装方法详解 #### 一、概述 Android SDK(Software Development Kit)是开发者用于构建Android应用的核心工具包。它包含了开发环境所需的库文件、文档、示例代码等资源,对于开发者来说至关重要...

    AndroidSDK安装失败的解决方法.docx

    AndroidSDK安装失败的解决方法.docx

    Android sdk安装说明

    至此,基本的Android SDK安装和Eclipse集成已经完成。但请注意,这只是开发环境的设置,实际开发过程中还需要将SDK与你的项目工程进行关联,导入必要的库和依赖,编写代码并进行编译。如果你对如何将SDK与项目工程...

    Android SDK安装手记

    ### Android SDK安装与配置知识点详解 #### 一、Android SDK简介 Android SDK(Software Development Kit)是Android应用程序开发的核心工具集,它包含了开发者创建、测试和调试Android应用所需的所有资源。SDK不仅...

    Android SDK安装.docx

    ### Android SDK 安装与配置详解 #### 一、Android SDK 安装步骤 ##### 1. 下载 Android SDK - 访问 Android Developers 官方网站,下载适合您操作系统的 Android SDK 安装包。例如,对于 Windows 用户,可以下载...

    Android sdk安装方法(已安装成功).doc

    Android SDK 安装方法详解 Android SDK 安装方法是 Android 应用开发的基础步骤,以下是详细的安装步骤和注意事项。 一、JDK 安装 Android SDK 需要 JDK 1.5 以上版本的支持,因此在安装 Android SDK 之前,...

    Android SDK下载安装及配置教程

    - **验证Android SDK安装**:通过Eclipse中的SDK Manager,检查已安装的Android平台和工具,如果能够看到正确的版本信息,则说明SDK安装成功。 ### 遇到的问题及解决 由于Google官网在中国被墙,导致直接访问下载...

    安卓模拟器AndroidSDK安装完整图文教程.pdf

    安卓模拟器Android SDK安装完整图文教程 Android 模拟器是一种虚拟机环境,允许开发者在计算机上模拟 Android 设备,用于测试和开发 Android 应用程序。Android SDK(Software Development Kit)是 Google 提供的...

    android SDK安装.doc

    ### Android SDK 安装知识点详解 #### 一、Android SDK简介 Android SDK(软件开发工具包)是Android应用开发的基础工具集,包含了开发者创建、调试和发布Android应用程序所需的各种工具和文档。它不仅包括了核心...

    android sdk android-33

    通常,Android SDK 安装后会有一个结构化的文件夹结构,其中 `platforms` 文件夹用于存放不同版本的 Android 平台。 在开发过程中,开发者可以根据目标设备或应用支持的最低 Android 版本来选择对应的 SDK 平台。将...

    Android SDK 安装版 installer_r24.4.1-window

    Android SDK 安装版 installer_r24.4.1-window 超出上传限制 在百度云中

    Android SDK安装

    本书主要介绍了Android SDK安装过程,Android SDK是Android开发环境 搭建所必不可少的软件开发包。

    安卓模拟器AndroidSDK安装完整图文教程借鉴.pdf

    《安卓模拟器Android SDK安装全解析》 在深入探讨Android SDK的安装过程之前,首先要明白Android SDK的重要性。作为Android开发的基础工具集,Android SDK包含了构建、调试和运行Android应用程序所需的所有组件。它...

    android SDK安装

    ### Android SDK 在 Windows 系统下的安装步骤及注意事项 #### 一、概述 在移动开发初期,正确安装 Android SDK 是非常关键的一步。本篇文章将详细介绍 Android SDK 在 Windows 操作系统上的安装步骤及相关注意...

    在电脑上模拟运行安卓手机系统Androidsdk安装教程归纳.pdf

    以下是一个详细的Android SDK安装教程: 首先,确保你的电脑满足运行Android SDK的基本硬件和软件需求。一般来说,你需要一个兼容的操作系统(Windows、Mac或Linux),足够的内存和硬盘空间,以及一个稳定的网络...

    在Androidsdk安装.apk软件教程(即在电脑上玩.apk游戏)定义.pdf

    ### 在Android SDK中安装 APK 软件教程 #### 一、引言 随着移动互联网技术的迅猛发展,Android 操作系统已经成为智能手机和平板电脑的主要操作系统之一。对于开发者而言,了解如何在Android SDK环境中安装和调试 ...

Global site tag (gtag.js) - Google Analytics