怎么工程android 2.0换成android google apiss(android 2.0)

Android SDK 2.2& 开发环境详解
Google在旧金山Moscone会展中心举办Google I/O 2010大会第二天(美国时间5月20日上午)的会议之上如约正式发布了代号为&Froyo(冻酸奶)&的最新版Android 2.2操作系统。而紧接着网络中也开始提供SDK(开发者套件)安装包的下载,虽然仅凭SDK包尚无法让我们体验到诸如Flash10.1等应用,但据官 方介绍,新版系统带来性能的大幅度提升,除了支持Flash 10.1,另外还在系统界面、功能等方面进行了许多细节性优化.
Android 2.2是非常值得期待,下面是根据个人实践经验配置Android SDK2.2+Eclipse 的开放环境编写的详细步骤。根据这些步骤,就是门外汉也可有完成。
系统环境的要求可以参考/sdk/requirements.html
一,下载所软件包
&& (1)JDK
&& 要求JDK1.5+,建议JDK6.X
&& 下载网址
&& 下载后,一步一步安装!设置系统变量JAVA_HOME为你安装目录, 在系统变量path的后面加入 ;%JAVA_HOME%/
图1.1& JAVA_HOME设置
图1.2& Path系统变量配置
本文实践选择JDK1.6.0_19
Eclipse 3.4 (Ganymede) or 3.5 (Galileo)&&&&
&&& &下载网址& 建议下载下面其中的一个版本
Eclipse IDE for Java EE Developers
Eclipse IDE for Java Developers
Eclipse for RCP/Plug-in Developers
Eclipse Classic&
下载完成后,解压即可!
本文选择当前最新的
eclipse-reporting-galileo-SR2-win32 (Base On Eclipse 3.5 SR2)
(3)Android& SDK
准确来说下载的不是SDK而是SDK下载安装器,因为下载下来的并没SDK,而需要连接到官方网址下载所需的SDK。
下载网址,选择Windows的平台的下载。当前最新版为android-sdk_r06-windows.zip ,大约22M。解压即可。
二,设置开发环境
(1)下载和配置 SDK
配置方法有2种,
第一种,通过SDK下载器自动下载和配置。适合网络好,下载速度快的情况下。
第二种,借助工具下载SDK文件,手工配置。适合网络不是很好,下载速度慢的情况下。
下面先说第一种方法。
方法1―――自动
1)运行Android& SDK下载安装器SDK Setup.exe
图2.1&& SDK 下载器
2)配置和下载SDK
选择 Available Packages 然后选择你要安装的sdK包,最后按 Install Selected 按钮进行安装。
图2.2 下载SDK
其实一般启动SDK Setup,都会自动检查更新包,弹出类似如下界面。根据你的要求自行选择所需安装包,安装即可。其功能同上面(图2.2)
图2.3更新(下载)SDK
安装快慢完全取决你网速和Google& Android& 的带宽。全部下载下来大约1G多。
3)技巧,如果你的电脑不支持https连接,请选择setting的将Force https://... Sources to be fetched by using http://... 的选项打勾。
图2.4 https-&http选项
方法2 ――手工方法
1)按下面提供的网址下载,当然你也通过其他非官方网站(通过百度或google搜索到)下载。这些文件都是我根据SDK下载器的更新文件
分析得到,应该是最新的
,你可有通过迅雷和快车下载这些文件。
http://dl-/android/repository/android-1.5_r04-windows.zip
http://dl-/android/repository/android-1.6_r03-windows.zip
http://dl-/android/repository/android-2.0.1_r01-windows.zip
http://dl-/android/repository/android-2.0_r01-windows.zip
http://dl-/android/repository/android-2.1_r02-windows.zip
http://dl-/android/repository/android-2.2_r01-windows.zip
http://dl-/android/repository/docs-2.2_r01-linux.zip
http://dl-/android/repository/google_apis-3-r03.zip
http://dl-/android/repository/google_apis-4_r02.zip
http://dl-/android/repository/google_apis-5_r01.zip
http://dl-/android/repository/google_apis-6_r01.zip
http://dl-/android/repository/google_apis-7_r01.zip
http://dl-/android/repository/google_apis-8_r01.zip
http://dl-/android/repository/jboss-5.1.0.GA.zip
http://dl-/android/repository/samples-2.1_r01-linux.zip
http://dl-/android/repository/samples-2.2_r01-linux.zip
http://dl-/android/repository/tools_r06-windows.zip
http://dl-/android/repository/usb_driver_r03-windows.zip
2)下载完后,按下面的映射关系解压文件
前面是你下载的文件,箭头后面是你解压到的SDK下载器所在目录下的目录
android-1.5_r04-windows.zip==&platforms/android-3
android-1.6_r03-windows.zip==&platforms/android-4
android-2.0_r01-windows.zipp==&platforms/android-5
android-2.0.1_r01-windows.zip==&platforms/android-6
android-2.1_r02-windows.zipp==&platforms/android-7
android-2.2_r01-windows.zip==&platforms/android-8
google_apis-3-r03.zip==&add-ons/addon_google_apis_google_inc_3
google_apis-4_r02.zip==&add-ons/addon_google_apis_google_inc_4
google_apis-5_r01.zip==&add-ons/addon_google_apis_google_inc_5
google_apis-6_r01.zip==&add-ons/addon_google_apis_google_inc_6
google_apis-7_r01.zip==&add-ons/addon_google_apis_google_inc_7
google_apis-8_r01.zip==&add-ons/addon_google_apis_google_inc_8
docs-2.2_r01-linux.zip==&doc
samples-2.1_r01-linux.zip==&samples/android-7
samples-2.2_r01-linux.zip==&samples/android-7
tools_r06-windows.zip==&tools
usb_driver_r03-windows.zip==&usb_driver
不带子目录地解压到对应目录,当然可有先解压,然后改其解压的目录名
图2.5 手工安装示意图
3)解压完后,启动一下SDK下载器,检查是否安装成功!
选择 Installed Packages 查看是否安装成功
图 2.6 检查安装是否成功
(2)下载和配置 ADP
ADT:Android Development Tools, Eclipse的Android 开发插件
1)Eclipse解压缩后目录中的eclipse.exe启动 Eclipse
2)选择Eclipse菜单Help -& Install New Software& -& 选择选项卡上的Available Software,点击右侧按钮&Add ...&,输入
&如果不支持https可有输入http://dl-/android/eclipse/
图2.7 ADT下载
选择所有安装包,然后Next Next 安装向导提示进行下载并安装。
图 2.8 ADT安装
安装完后,系统会提示重启Eclipse。
手工方式安装
你也可使用下载方式安装
下载网站 (最新网址请参考
然后在进入图2.7 点击 Archive 按钮 选择ADT-0.9.7.zip即可其他步骤类似上面。在此不再详述。
图2.9手工方式更新
3)设置SDK路径
Eclipse重启后,选择Window & Preferences...,在打开的属性框,选择Android,在SDK location中输入你的Android SDK所在的目录,然后按 Apply按钮 即可看到你安装SDk包,如下图
图2.10 设置SDK路线
4)设置Android SDK and AVD Manager
AVD:Android Virtual Device Android虚拟设备
选择 window--Android SDK and AVD Manager 在弹出的 Android SDK and AVD Manager对话框,选择 Virtual Devices,按new 按钮 创建虚拟设备
图2.11 Android SDK and AVD Manager
显示屏大小
SD卡(内存卡)
图 2.12 创建 AVD
至此开发环境配置完成。
三,测试Android程序在模拟器中的运行
以最经典的例子hello world作为测试
1)新建项目
打开Eclipse 选择 File & New & Project &Android Project
图3.1 工程创建1
图3.2 工程创建2
2)异常提示的解决
创建后出现异常,主要某些jar包找不到(图3.3),
解决办法:
project& properties ,在order And Export选项中选中 Android 2.2 按确定即可!
图3.3 创建异常
图3.4 设置
3)代码编辑
图3.5 代码编辑
4)运行和测试
运行,右键项目文件夹选择Run As&Adroid Application 运行,
注意:菜单绿色的运行按钮可能找不到Adroid Application,不知道是否是ADT的Bug。
5)运行效果图如下,运行可能有的慢
具体文件在资源也可以下载,附有一些图片!
版权声明:本文为博主原创文章,未经博主允许不得转载。
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:253999次
积分:4859
积分:4859
排名:第2700名
原创:222篇
转载:268篇
评论:31条
http://blog.csdn.net/xys
http://blog.csdn.net/ricohzhanglong/article/details/4420123#comments
http://blog.csdn.net/flowingflying/article/category/520736android离线安装方法_百度文库
两大类热门资源免费畅读
续费一年阅读会员,立省24元!
评价文档:
android离线安装方法
a​n​d​r​o​i​d​基​础​学​习​教​程​,​用​于​安​装​a​n​d​r​o​i​d​ ​S​D​K
阅读已结束,如果下载本文需要使用
想免费下载本文?
你可能喜欢Android SDK 2.3与Eclipse最新版开发环境搭建(一) - no Pain no Gain no Gavin - ITeye技术网站
一、 背景和准备
1. Android 简介
Android是Google于日宣布的基于Linux平台的开源手机操作系统的名称,该平台由操作系统、中间件、用户界面和应用软件组成,号称是首个为移动终端打造的真正开放和完整的移动软件。可以把它简单理解成Linux上套了一个JAVA的壳。
Android 的平台基本上是免费的,虽然有部份原生链接库会要求费用,但大部份是免权利金。Android 的程序可以采用JAVA开发,因为它的虚拟机(Virtual Machine) Dalvik,只是它将JAVA的bytecode 转成自己的格式,回避掉需要付给SUN 有关JAVA 的授权费用。因此,Android 开发环境是需要JDK的。
2. Android 网络资源
Android的网站是:/ ,目前还可以登陆,比较悲剧的是:其Partners部分:/ 和Developers部分:/ ,大陆地区已经无法访问。
Android的系统要求请参考:/sdk/requirements.html
当前最新版本的Android SDK下载器(真正的SDK还是需要另外下载的),小生是无法直接到官网/sdk/index.html 下载的,于是另外找了一个地址/sdk/index.html ,下载链接和说明如下:
Android SDK for Windows
android-sdk_r08-windows.zip
/android/android-sdk_r08-windows.zip
installer_r08-windows.exe (Recommended)
/android/installer_r08-windows.exe
Android SDK for Mac OS X (intel)
android-sdk_r08-mac_86.zip
/android/android-sdk_r08-mac_86.zip
Android SDK for Linux (i386)
android-sdk_r08-linux_86.tgz
/android/android-sdk_r08-linux_86.tgz
Here's an overview of the steps you must follow to set up the Android SDK:
&& 1. Prepare your development computer and ensure it meets the system requirements.
&& 2. Install the SDK starter package from the table above. (If you're on Windows, download the installer for help with the initial setup.)
&& 3. Install the ADT Plugin for Eclipse (if you'll be developing in Eclipse).
&& 4. Add Android platforms and other components to your SDK.
&& 5. Explore the contents of the Android SDK (optional).
3. 软件包下载
a. JDK 1.6
下载网址: /technetwork/java/javase/downloads/index.html
当前最新版本为Java SE 6 Update 23
小生机器上安装的是:jdk1.6.0_21,也一样用,其实只要你是JDK1.5以上就可以了。
b. Android SDK下载器
下载地址上面已经给出了,可以根据你的系统选择不同的安装包。小生是windows 2003 server,因此下载了/android/android-sdk_r08-windows.zip ,之后直接解压缩即可。
c. Eclipse IDE
Eclipse 3.4 (Ganymede)以后版本均可。小生下载了最新版本的Helios (3.6)
二、 JAVA 环境
Windows上配置JAVA环境变量如下:
三、 Android SDK 安装
Android SDK 可以通过SDK 下载器自动下载和配置,适合网络好,下载速度快的情况下;也可以借助工具下载SDK 文件,手工配置,适合网络不是很好,下载速度慢的情况下。
SDK 下载器自动下载步骤如下:
&&& 解压缩android-sdk_r08-windows下载器,并双击运行SDK Manager.exe:
如果你的电脑不支持https连接会看到如下界面:
请选择setting的将Force https://... Sources to be fetched by using http://... 的选项打勾
&&& 勾选你想要安装的Packages,并点击Install Selected进行安装:
&&& 确认对话框如下,选择Accept All进行下载安装
&&& 则Android SDK下载器进入下载安装的过程
&&& 根据你网速的情况,下载安装的时间或长或短,请耐心等待。
手动下载步骤如下:
&&& 通过分析Android下载器的http://dl-/android/repository/repository.xml 内容,可以得到如下下载列表(以Windows环境为例):
http://dl-/android/repository/android-1.5_r04-windows.zip
http://dl-/android/repository/android-1.6_r03-windows.zip
http://dl-/android/repository/android-2.0_r01-windows.zip
http://dl-/android/repository/android-2.0.1_r01-windows.zip
http://dl-/android/repository/android-2.1_r02-windows.zip
http://dl-/android/repository/android-2.2_r02-windows.zip
http://dl-/android/repository/android-2.3.1_r02-linux.zip
http://dl-/android/repository/android-3.0_pre_r01-linux.zip
http://dl-/android/repository/platform-tools_r02-windows.zip
http://dl-/android/repository/tools_r09-windows.zip
http://dl-/android/repository/docs-Honeycomb_pre_r01-linux.zip
http://dl-/android/repository/samples-Honeycomb_pre_r01-linux.zip
http://dl-/android/repository/samples-2.1_r01-linux.zip
http://dl-/android/repository/samples-2.2_r01-linux.zip
http://dl-/android/repository/samples-2.3_r01-linux.zip
&&& 请使用下载工具下载到本地,并按如下映射关系解压缩到SDK下载器所在目录,映射关系如下:
android-1.5_r04-windows.zip
platforms\android-3
android-1.6_r03-windows.zip
platforms\android-4
android-2.0_r01-windows.zip
platforms\android-5
android-2.0.1_r01-windows.zip
platforms\android-6
android-2.1_r02-windows.zip
platforms\android-7
android-2.2_r02-windows.zip
platforms\android-8
android-2.3.1_r02-linux.zip
platforms\android-9
android-3.0_pre_r01-linux.zip
platforms\android-10
platform-tools_r02-windows.zip
platforms-tools
tools_r09-windows.zip
tools
docs-Honeycomb_pre_r01-linux.zip
doc
samples-Honeycomb_pre_r01-linux.zip
samples\android-10
samples-2.1_r01-linux.zip
samples\android-7
samples-2.2_r01-linux.zip
samples\android-8
samples-2.3_r01-linux.zip
samples\android-9
&&& 如果要安装google api,请分析下图中的地址:http://dl-/android/repository/addon.xml 下载自己需要的Packages进行解压,方法同1、2
下载列表为:
http://dl-/android/repository/google_apis-3-r03.zip
http://dl-/android/repository/google_apis-4_r02.zip
http://dl-/android/repository/google_apis-5_r01.zip
http://dl-/android/repository/google_apis-6_r01.zip
http://dl-/android/repository/google_apis-7_r01.zip
http://dl-/android/repository/google_apis-8_r02.zip
http://dl-/android/repository/google_apis-9_r02.zip
http://dl-/android/repository/market_licensing-r01.zip
http://dl-/android/repository/usb_driver_r04-windows.zip
&&& 映射关系为:
google_apis-3-r03.zip
add-ons\addon_google_apis_google_inc_3
google_apis-4_r02.zip
add-ons\addon_google_apis_google_inc_4
google_apis-5_r01.zip
add-ons\addon_google_apis_google_inc_5
google_apis-6_r01.zip
add-ons\addon_google_apis_google_inc_6
google_apis-7_r01.zip
add-ons\addon_google_apis_google_inc_7
google_apis-8_r02.zip
add-ons\addon_google_apis_google_inc_8
google_apis-9_r02.zip
add-ons\addon_google_apis_google_inc_9
market_licensing-r01.zip
google-market_licensing
usb_driver_r04-windows.zip
usb_driver
&&& 具体的目录结构如下图:
&&& 解压完成后启动一下SDK下载器,检查是否安装成功,如下图:
注:由于小生在写这篇文章的时候,Android 刚出了Android SDK Platform Honeycomb Preview, revision 1 ,但是却没有把android-3.0_pre_r01-linux.zip 放在http://dl-/android/repository/android-3.0_pre_r01-linux.zip ,所以暂时无法下载安装这个版本的Android SDK ,但不影响SDK 使用。请各位自行下载安装。
论坛回复 /
(23 / 15689)
LZ,我按照你说的方式手动下载,现在就google-market_licensing没安装成功。在Installed packages中没看到google-market_licensing,其他的都可以。我的文件夹名称是google-market_licensing。请问下这个要怎么弄?
可能最新版本的没有google-market_licensing,或者改名了呢。
我不是很确定。
你一定要google-market_licensing这个包吗?
116427 写道写的是个什么啊
一点条理性都没有
Android SDK安装目录在哪都不知道
Android SDK直接解压缩就可以了。不需要安装。
呵呵,是的
我在按照手动模式搭配
写的是个什么啊
一点条理性都没有
Android SDK安装目录在哪都不知道
Android SDK直接解压缩就可以了。不需要安装。
Failed to fetch URL https://dl-/android/repository/repository.xml, reason: Connection timed out: connect
还是没有办法下载安装sdk。
刚刚试了下:我这里倒是可以访问的。
要么你找个镜像站点试试。
这里帮你copy份当前最新的list:
* Copyright (C) 2009 The Android Open Source Project
* Licensed under the Apache License, version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*&&&&& http://www.apache.org/licenses/LICENSE-2.0
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
--&&sdk:sdk-repository&&sdk:license type="text" id="android-sdk-license"&
This is the Android Software Development Kit License Agreement.
1. Introduction
1.1 The Android Software Development Kit (referred to in this License Agreement as the "SDK" and specifically including the Android system files, packaged APIs, and Google APIs add-ons) is licensed to you subject to the terms of this License Agreement. This License Agreement forms a legally binding contract between you and Google in relation to your use of the SDK.
1.2 "Google" means Google Inc., a Delaware corporation with principal place of business at 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States.
2. Accepting this License Agreement
2.1 In order to use the SDK, you must first agree to this License Agreement. You may not use the SDK if you do not accept this License Agreement.
2.2 You can accept this License Agreement by:
(A) clicking to accept or agree to this License Agreement, where this option is m or
(B) by actually using the SDK. In this case, you agree that use of the SDK constitutes acceptance of the Licensing Agreement from that point onwards.
2.3 You may not use the SDK and may not accept the Licensing Agreement if you are a person barred from receiving the SDK under the laws of the United States or other countries including the country in which you are resident or from which you use the SDK.
2.4 If you are agreeing to be bound by this License Agreement on behalf of your employer or other entity, you represent and warrant that you have full legal authority to bind your employer or such entity to this License Agreement. If you do not have the requisite authority, you may not accept the Licensing Agreement or use the SDK on behalf of your employer or other entity.
3. SDK License from Google
3.1 Subject to the terms of this License Agreement, Google grants you a limited, worldwide, royalty-free, non- assignable and non-exclusive license to use the SDK solely to develop applications to run on the Android platform.
3.2 You agree that Google or third parties own all legal right, title and interest in and to the SDK, including any Intellectual Property Rights that subsist in the SDK. "Intellectual Property Rights" means any and all rights under patent law, copyright law, trade secret law, trademark law, and any and all other proprietary rights. Google reserves all rights not expressly granted to you.
3.3 Except to the extent required by applicable third party licenses, you may not copy (except for backup purposes), modify, adapt, redistribute, decompile, reverse engineer, disassemble, or create derivative works of the SDK or any part of the SDK. Except to the extent required by applicable third party licenses, you may not load any part of the SDK onto a mobile handset or any other hardware device except a personal computer, combine any part of the SDK with other software, or distribute any software or device incorporating a part of the SDK.
3.4 Use, reproduction and distribution of components of the SDK licensed under an open source software license are governed solely by the terms of that open source software license and not this License Agreement.
3.5 You agree that the form and nature of the SDK that Google provides may change without prior notice to you and that future versions of the SDK may be incompatible with applications developed on previous versions of the SDK. You agree that Google may stop (permanently or temporarily) providing the SDK (or any features within the SDK) to you or to users generally at Google's sole discretion, without prior notice to you.
3.6 Nothing in this License Agreement gives you a right to use any of Google's trade names, trademarks, service marks, logos, domain names, or other distinctive brand features.
3.7 You agree that you will not remove, obscure, or alter any proprietary rights notices (including copyright and trademark notices) that may be affixed to or contained within the SDK.
4. Use of the SDK by You
4.1 Google agrees that it obtains no right, title or interest from you (or your licensors) under this License Agreement in or to any software applications that you develop using the SDK, including any intellectual property rights that subsist in those applications.
4.2 You agree to use the SDK and write applications only for purposes that are permitted by (a) this License Agreement and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries).
4.3 You agree that if you use the SDK to develop applications for general public users, you will protect the privacy and legal rights of those users. If the users provide you with user names, passwords, or other login information or personal information, your must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If the user provides your application with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, the user has given you permission to do so.
4.4 You agree that you will not engage in any activity with the SDK, including the development or distribution of an application, that interferes with, disrupts, damages, or accesses in an unauthorized manner the servers, networks, or other properties or services of any third party including, but not limited to, Google or any mobile communications carrier.
4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through the Android platform and/or applications for the Android platform, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so.
4.6 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any breach of your obligations under this License Agreement, any applicable third party contract or Terms of Service, or any applicable law or regulation, and for the consequences (including any loss or damage which Google or any third party may suffer) of any such breach.
5. Your Developer Credentials
5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials.
6. Privacy and Information
6.1 In order to continually innovate and improve the SDK, Google may collect certain usage statistics from the software including but not limited to a unique identifier, associated IP address, version number of the software, and information on which tools and/or services in the SDK are being used and how they are being used. Before any of this information is collected, the SDK will notify you and seek your consent. If you withhold consent, the information will not be collected.
6.2 The data collected is examined in the aggregate to improve the SDK and is maintained in accordance with Google's Privacy Policy.
7. Third Party Applications for the Android Platform
7.1 If you use the SDK to run applications developed by a third party or that access data, content or resources provided by a third party, you agree that Google is not responsible for those applications, data, content, or resources. You understand that all data, content or resources which you may access through such third party applications are the sole responsibility of the person from which they originated and that Google is not liable for any loss or damage that you may experience as a result of the use or access of any of those third party applications, data, content, or resources.
7.2 You should be aware the data, content, and resources presented to you through such a third party application may be protected by intellectual property rights which are owned by the providers (or by other persons or companies on their behalf). You may not modify, rent, lease, loan, sell, distribute or create derivative works based on these data, content, or resources (either in whole or in part) unless you have been specifically given permission to do so by the relevant owners.
7.3 You acknowledge that your use of such third party applications, data, content, or resources may be subject to separate terms between you and the relevant third party. In that case, this License Agreement does not affect your legal relationship with these third parties.
8. Using Android APIs
8.1 Google Data APIs
8.1.1 If you use any API to retrieve data from Google, you acknowledge that the data may be protected by intellectual property rights which are owned by Google or those parties that provide the data (or by other persons or companies on their behalf). Your use of any such API may be subject to additional Terms of Service. You may not modify, rent, lease, loan, sell, distribute or create derivative works based on this data (either in whole or in part) unless allowed by the relevant Terms of Service.
8.1.2 If you use any API to retrieve a user's data from Google, you acknowledge and agree that you shall retrieve data only with the user's explicit consent and only when, and for the limited purposes for which, the user has given you permission to do so.
9. Terminating this License Agreement
9.1 This License Agreement will continue to apply until terminated by either you or Google as set out below.
9.2 If you want to terminate this License Agreement, you may do so by ceasing your use of the SDK and any relevant developer credentials.
9.3 Google may at any time, terminate this License Agreement with you if:
(A) you have breached any provision of this License A or
(B) Google is requ or
(C) the partner with whom Google offered certain parts of SDK (such as APIs) to you has terminated its relationship with Google or ceased to offer certain parts of the SDK or
(D) Google decides to no longer providing the SDK or certain parts of the SDK to users in the country in which you are resident or from which you use the service, or the provision of the SDK or certain SDK services to you by Google is, in Google's sole discretion, no longer commercially viable.
9.4 When this License Agreement comes to an end, all of the legal rights, obligations and liabilities that you and Google have benefited from, been subject to (or which have accrued over time whilst this License Agreement has been in force) or which are expressed to continue indefinitely, shall be unaffected by this cessation, and the provisions of paragraph 14.7 shall continue to apply to such rights, obligations and liabilities indefinitely.
10. DISCLAIMER OF WARRANTIES
10.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT YOUR USE OF THE SDK IS AT YOUR SOLE RISK AND THAT THE SDK IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTY OF ANY KIND FROM GOOGLE.
10.2 YOUR USE OF THE SDK AND ANY MATERIAL DOWNLOADED OR OTHERWISE OBTAINED THROUGH THE USE OF THE SDK IS AT YOUR OWN DISCRETION AND RISK AND YOU ARE SOLELY RESPONSIBLE FOR ANY DAMAGE TO YOUR COMPUTER SYSTEM OR OTHER DEVICE OR LOSS OF DATA THAT RESULTS FROM SUCH USE.
10.3 GOOGLE FURTHER EXPRESSLY DISCLAIMS ALL WARRANTIES AND CONDITIONS OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT.
11. LIMITATION OF LIABILITY
11.1 YOU EXPRESSLY UNDERSTAND AND AGREE THAT GOOGLE, ITS SUBSIDIARIES AND AFFILIATES, AND ITS LICENSORS SHALL NOT BE LIABLE TO YOU UNDER ANY THEORY OF LIABILITY FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL CONSEQUENTIAL OR EXEMPLARY DAMAGES THAT MAY BE INCURRED BY YOU, INCLUDING ANY LOSS OF DATA, WHETHER OR NOT GOOGLE OR ITS REPRESENTATIVES HAVE BEEN ADVISED OF OR SHOULD HAVE BEEN AWARE OF THE POSSIBILITY OF ANY SUCH LOSSES ARISING.
12. Indemnification
12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Google, its affiliates and their respective directors, officers, employees and agents from and against any and all claims, actions, suits or proceedings, as well as any and all losses, liabilities, damages, costs and expenses (including reasonable attorneys fees) arising out of or accruing from (a) your use of the SDK, (b) any application you develop on the SDK that infringes any copyright, trademark, trade secret, trade dress, patent or other intellectual property right of any person or defames any person or violates their rights of publicity or privacy, and (c) any non-compliance by you with this License Agreement.
13. Changes to the License Agreement
13.1 Google may make changes to the License Agreement as it distributes new versions of the SDK. When these changes are made, Google will make a new version of the License Agreement available on the website where the SDK is made available.
14. General Legal Terms
14.1 This License Agreement constitute the whole legal agreement between you and Google and govern your use of the SDK (excluding any services which Google may provide to you under a separate written agreement), and completely replace any prior agreements between you and Google in relation to the SDK.
14.2 You agree that if Google does not exercise or enforce any legal right or remedy which is contained in this License Agreement (or which Google has the benefit of under any applicable law), this will not be taken to be a formal waiver of Google's rights and that those rights or remedies will still be available to Google.
14.3 If any court of law, having the jurisdiction to decide on this matter, rules that any provision of this License Agreement is invalid, then that provision will be removed from this License Agreement without affecting the rest of this License Agreement. The remaining provisions of this License Agreement will continue to be valid and enforceable.
14.4 You acknowledge and agree that each member of the group of companies of which Google is the parent shall be third party beneficiaries to this License Agreement and that such other companies shall be entitled to directly enforce, and rely upon, any provision of this License Agreement that confers a benefit on (or rights in favor of) them. Other than this, no other person or company shall be third party beneficiaries to this License Agreement.
14.5 EXPORT RESTRICTIONS. THE SDK IS SUBJECT TO UNITED STATES EXPORT LAWS AND REGULATIONS. YOU MUST COMPLY WITH ALL DOMESTIC AND INTERNATIONAL EXPORT LAWS AND REGULATIONS THAT APPLY TO THE SDK. THESE LAWS INCLUDE RESTRICTIONS ON DESTINATIONS, END USERS AND END USE.
14.6 The rights granted in this License Agreement may not be assigned or transferred by either you or Google without the prior written approval of the other party. Neither you nor Google shall be permitted to delegate their responsibilities or obligations under this License Agreement without the prior written approval of the other party.
14.7 This License Agreement, and your relationship with Google under this License Agreement, shall be governed by the laws of the State of California without regard to its conflict of laws provisions. You and Google agree to submit to the exclusive jurisdiction of the courts located within the county of Santa Clara, California to resolve any legal matter arising from this License Agreement. Notwithstanding this, you agree that Google shall still be allowed to apply for injunctive remedies (or an equivalent type of urgent legal relief) in any jurisdiction.
April 10, 2009
&&& &/sdk:license&&sdk:platform&&sdk:version&1.1&/sdk:version&&sdk:api-level&2&/sdk:api-level&&sdk:revision&1&/sdk:revision&&sdk:description&Android SDK Platform 1.1_r1&/sdk:description&&sdk:desc-url&/sdk/android-1.1.html&/sdk:desc-url&&sdk:obsolete/&&sdk:archives&&sdk:archive os="windows" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&afc929c998c53c3002e&/sdk:checksum&&sdk:url&android-1.1_r1-windows.zip&/sdk:url&&/sdk:archive&&sdk:archive os="macosx" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&e21dbcff45bebb3c7e941be2bb5ebe&/sdk:checksum&&sdk:url&android-1.1_r1-macosx.zip&/sdk:url&&/sdk:archive&&sdk:archive os="linux" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&c054d25c9b4cf9cd3fe&/sdk:checksum&&sdk:url&android-1.1_r1-linux.zip&/sdk:url&&/sdk:archive&&/sdk:archives&&/sdk:platform&&!-- Generated manually from earlier versions --&&sdk:platform&&sdk:version&1.5&/sdk:version&&sdk:api-level&3&/sdk:api-level&&sdk:revision&04&/sdk:revision&&sdk:min-tools-rev&6&/sdk:min-tools-rev&&sdk:description&Android SDK Platform 1.5_r3&/sdk:description&&sdk:desc-url&/sdk/android-1.5.html&/sdk:desc-url&&sdk:archives&&sdk:archive os="windows" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&5bb106d2e40d481edd337be15fe49a&/sdk:checksum&&sdk:url&android-1.5_r04-windows.zip&/sdk:url&&/sdk:archive&&sdk:archive os="macosx" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&d3a67c2369afa48b6c3cce&/sdk:checksum&&sdk:url&android-1.5_r04-macosx.zip&/sdk:url&&/sdk:archive&&sdk:archive os="linux" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&5c134b7df5f4b8bd5b61ba93bdaebada8fa3468c&/sdk:checksum&&sdk:url&android-1.5_r04-linux.zip&/sdk:url&&/sdk:archive&&/sdk:archives&&/sdk:platform&&sdk:platform&&sdk:version&1.6&/sdk:version&&sdk:api-level&4&/sdk:api-level&&sdk:codename/&&sdk:revision&03&/sdk:revision&&sdk:min-tools-rev&6&/sdk:min-tools-rev&&sdk:description&Android SDK Platform 1.6_r2&/sdk:description&&sdk:desc-url&/sdk/android-1.6.html&/sdk:desc-url&&sdk:archives&&sdk:archive os="linux" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&483ed088e45bbdf3444baafe5383cb0&/sdk:checksum&&sdk:url&android-1.6_r03-linux.zip&/sdk:url&&/sdk:archive&&sdk:archive os="macosx" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&bdafad44f5df9f127979bdb21a1fdd87ee3cd625&/sdk:checksum&&sdk:url&android-1.6_r03-macosx.zip&/sdk:url&&/sdk:archive&&sdk:archive os="windows" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&ce0b5e4ffaf12ca4fd07c2da71a8a1ab4a03dc22&/sdk:checksum&&sdk:url&android-1.6_r03-windows.zip&/sdk:url&&/sdk:archive&&/sdk:archives&&/sdk:platform&&!-- Generated on Thu Oct 22 10:16:34 PDT 2009 using eclair-sdk 17704: Platform. Addon. Tools. Doc. --&&sdk:platform&&sdk:version&2.0&/sdk:version&&sdk:api-level&5&/sdk:api-level&&sdk:codename/&&sdk:revision&01&/sdk:revision&&sdk:min-tools-rev&3&/sdk:min-tools-rev&&sdk:description&Android SDK Platform 2.0, revision 1&/sdk:description&&sdk:desc-url&/sdk/android-2.0.html&/sdk:desc-url&&sdk:obsolete/&&sdk:archives&&sdk:archive os="linux" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&be9be6a99caf91160ca9fce7e3c7d&/sdk:checksum&&sdk:url&android-2.0_r01-linux.zip&/sdk:url&&/sdk:archive&&sdk:archive os="macosx" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&2a866d0870dbba18efae988a21b314&/sdk:checksum&&sdk:url&android-2.0_r01-macosx.zip&/sdk:url&&/sdk:archive&&sdk:archive os="windows" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&aebbdbc846ed53f68f57&/sdk:checksum&&sdk:url&android-2.0_r01-windows.zip&/sdk:url&&/sdk:archive&&/sdk:archives&&/sdk:platform&&!-- Generated on Mon Nov 23 14:08:02 PST 2009 using eclair-release 20723: Platform. Addon. --&&sdk:platform&&sdk:version&2.0.1&/sdk:version&&sdk:api-level&6&/sdk:api-level&&sdk:codename/&&sdk:revision&01&/sdk:revision&&sdk:min-tools-rev&4&/sdk:min-tools-rev&&sdk:description&Android SDK Platform 2.0.1_r1&/sdk:description&&sdk:desc-url&/sdk/android-2.0.1.html&/sdk:desc-url&&sdk:obsolete/&&sdk:archives&&sdk:archive os="linux" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&ce2c971dce352aa28af06bda92aae1a&/sdk:checksum&&sdk:url&android-2.0.1_r01-linux.zip&/sdk:url&&/sdk:archive&&sdk:archive os="macosx" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&ca6fc8cb38ef8a18aec920e53d42c0&/sdk:checksum&&sdk:url&android-2.0.1_r01-macosx.zip&/sdk:url&&/sdk:archive&&sdk:archive os="windows" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&255781ebee77edda6e6&/sdk:checksum&&sdk:url&android-2.0.1_r01-windows.zip&/sdk:url&&/sdk:archive&&/sdk:archives&&/sdk:platform&&!-- Generated on Thu May& 6 15:57:41 PDT 2010 using eclair 35983: Platform. --&&sdk:platform&&sdk:version&2.1&/sdk:version&&sdk:api-level&7&/sdk:api-level&&sdk:codename/&&sdk:revision&02&/sdk:revision&&sdk:min-tools-rev&6&/sdk:min-tools-rev&&sdk:description&Android SDK Platform 2.1_r2&/sdk:description&&sdk:desc-url&/sdk/&/sdk:desc-url&&sdk:archives&&sdk:archive os="linux" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&a89d32ddf9dbdf220a88ca2392349&/sdk:checksum&&sdk:url&android-2.1_r02-linux.zip&/sdk:url&&/sdk:archive&&sdk:archive os="macosx" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&be1b341a3f06&/sdk:checksum&&sdk:url&android-2.1_r02-macosx.zip&/sdk:url&&/sdk:archive&&sdk:archive os="windows" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&00cfb0bbbf24fc56cdeb0bfd44630e5&/sdk:checksum&&sdk:url&android-2.1_r02-windows.zip&/sdk:url&&/sdk:archive&&/sdk:archives&&/sdk:platform&&!-- Generated on Wed Jun 30 16:13:06 PDT 2010 using froyo-release 43546: Platform. Addon. --&&sdk:platform&&sdk:version&2.2&/sdk:version&&sdk:api-level&8&/sdk:api-level&&sdk:codename/&&sdk:revision&02&/sdk:revision&&sdk:description&Android SDK Platform 2.2_r1&/sdk:description&&sdk:desc-url&/sdk/&/sdk:desc-url&&sdk:archives&&sdk:archive os="linux" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&70b841b828e0db73eb58fc76f480e78783fd5bfc&/sdk:checksum&&sdk:url&android-2.2_r02-linux.zip&/sdk:url&&/sdk:archive&&sdk:archive os="macosx" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&e4fbfea76f62b42d9a058&/sdk:checksum&&sdk:url&android-2.2_r02-macosx.zip&/sdk:url&&/sdk:archive&&sdk:archive os="windows" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&e80ddc2f8fbc579be86d43317adb57&/sdk:checksum&&sdk:url&android-2.2_r02-windows.zip&/sdk:url&&/sdk:archive&&/sdk:archives&&/sdk:platform&&!-- Generated on Mon Feb 22 13:39:38 PST 2010 using eclair 25887: Samples. --&&sdk:sample&&sdk:api-level&7&/sdk:api-level&&sdk:codename/&&sdk:revision&01&/sdk:revision&&sdk:description&Android SDK Samples for Android API 7, revision 1&/sdk:description&&sdk:desc-url&/sdk/&/sdk:desc-url&&sdk:archives&&sdk:archive os="any" arch="any"&&sdk:size&7677831&/sdk:size&&sdk:checksum type="sha1"&51eede5c58b54ce7b6ae0b473e0ca&/sdk:checksum&&sdk:url&samples-2.1_r01-linux.zip&/sdk:url&&/sdk:archive&&/sdk:archives&&/sdk:sample&&!-- Generated on Tue May 11 19:15:20 PDT 2010 using froyo 36658: Samples. --&&sdk:sample&&sdk:api-level&8&/sdk:api-level&&sdk:codename/&&sdk:revision&01&/sdk:revision&&sdk:description&Android SDK Samples for Android API 8, revision 1&/sdk:description&&sdk:desc-url&/sdk/&/sdk:desc-url&&sdk:archives&&sdk:archive os="any" arch="any"&&sdk:size&7969716&/sdk:size&&sdk:checksum type="sha1"&d16d8bf2dd84cedf73b98b948dd6fb&/sdk:checksum&&sdk:url&samples-2.2_r01-linux.zip&/sdk:url&&/sdk:archive&&/sdk:archives&&/sdk:sample&&!-- Generated on Tue Nov 30 19:39:34 PST 2010 using gingerbread 79962: Samples. --&&sdk:sample&&sdk:api-level&9&/sdk:api-level&&sdk:codename/&&sdk:revision&01&/sdk:revision&&sdk:description&Android SDK Samples for Android API 9, revision 1&/sdk:description&&sdk:desc-url&/sdk/&/sdk:desc-url&&sdk:obsolete/&&sdk:archives&&sdk:archive os="any" arch="any"&&sdk:size&8516326&/sdk:size&&sdk:checksum type="sha1"&36f7dd6c8b5dbb50b3cf3e3acdb2aa&/sdk:checksum&&sdk:url&samples-2.3_r01-linux.zip&/sdk:url&&/sdk:archive&&/sdk:archives&&/sdk:sample&&!-- Generated on Thu Jan 20 09:40:59 PST 2011 using gingerbread-sdk-release 93351: Platform. --&&sdk:platform&&sdk:version&2.3.1&/sdk:version&&sdk:api-level&9&/sdk:api-level&&sdk:codename/&&sdk:revision&02&/sdk:revision&&sdk:min-tools-rev&8&/sdk:min-tools-rev&&sdk:description&Android SDK Platform 2.3.1_r2&/sdk:description&&sdk:desc-url&/sdk/&/sdk:desc-url&&sdk:obsolete/&&sdk:archives&&sdk:archive os="any" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&209f8a7a8b2cb093fce858b8b55fed3ba5206773&/sdk:checksum&&sdk:url&android-2.3.1_r02-linux.zip&/sdk:url&&/sdk:archive&&/sdk:archives&&/sdk:platform&&!-- Generated on Fri Feb& 4 16:41:27 PST 2011 using gingerbread-release 101070: Platform. --&&sdk:platform&&sdk:version&2.3.3&/sdk:version&&sdk:api-level&10&/sdk:api-level&&sdk:codename/&&sdk:revision&01&/sdk:revision&&sdk:min-tools-rev&8&/sdk:min-tools-rev&&sdk:description&Android SDK Platform 2.3.3._r1&/sdk:description&&sdk:desc-url&/sdk/&/sdk:desc-url&&sdk:archives&&sdk:archive os="any" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&1c57e416f2b9c21caade32&/sdk:checksum&&sdk:url&android-2.3.3_r01-linux.zip&/sdk:url&&/sdk:archive&&/sdk:archives&&/sdk:platform&&!-- Generated on Tue Feb& 8 17:37:15 PST 2011 using gingerbread 102121: Samples. --&&sdk:sample&&sdk:api-level&10&/sdk:api-level&&sdk:codename/&&sdk:revision&01&/sdk:revision&&sdk:description&Android SDK Samples for Android API 10, revision 1&/sdk:description&&sdk:desc-url&/sdk/&/sdk:desc-url&&sdk:archives&&sdk:archive os="any" arch="any"&&sdk:size&8539583&/sdk:size&&sdk:checksum type="sha1"&93b0c3f3bdf5b07f1f4fd&/sdk:checksum&&sdk:url&samples-2.3.3_r01-linux.zip&/sdk:url&&/sdk:archive&&/sdk:archives&&/sdk:sample&&!-- Generated on Thu Feb 17 08:41:10 PST 2011 using honeycomb 104254: Platform. --&&sdk:platform&&sdk:version&3.0&/sdk:version&&sdk:api-level&11&/sdk:api-level&&sdk:codename/&&sdk:revision&01&/sdk:revision&&sdk:min-tools-rev&10&/sdk:min-tools-rev&&sdk:description&Android SDK Platform 3.0, revision 1&/sdk:description&&sdk:desc-url&/sdk/&/sdk:desc-url&&sdk:archives&&sdk:archive os="any" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&8a51102aac58d1569adc08c31fde74f36a8ee17e&/sdk:checksum&&sdk:url&android-3.0_r01-linux.zip&/sdk:url&&/sdk:archive&&/sdk:archives&&/sdk:platform&&!-- Generated on Thu Feb 17 08:42:19 PST 2011 using honeycomb 104254: Platform-Tools. --&&sdk:platform-tool&&sdk:revision&03&/sdk:revision&&sdk:description&Android SDK Platform-tools, revision 3&/sdk:description&&sdk:desc-url&/sdk/&/sdk:desc-url&&sdk:archives&&sdk:archive os="linux" arch="any"&&sdk:size&8858136&/sdk:size&&sdk:checksum type="sha1"&a29aaefcfd1628a7&/sdk:checksum&&sdk:url&platform-tools_r03-linux.zip&/sdk:url&&/sdk:archive&&sdk:archive os="macosx" arch="any"&&sdk:size&8095155&/sdk:size&&sdk:checksum type="sha1"&becfea10eaeb75f586df9&/sdk:checksum&&sdk:url&platform-tools_r03-macosx.zip&/sdk:url&&/sdk:archive&&sdk:archive os="windows" arch="any"&&sdk:size&9738295&/sdk:size&&sdk:checksum type="sha1"&a6a9ed0e2e64e463799fafadf0929a&/sdk:checksum&&sdk:url&platform-tools_r03-windows.zip&/sdk:url&&/sdk:archive&&/sdk:archives&&/sdk:platform-tool&&!-- Generated on Thu Feb 17 08:44:17 PST 2011 using open_tools_r10 104271: Tools. --&&sdk:tool&&sdk:revision&10&/sdk:revision&&sdk:min-platform-tools-rev&3&/sdk:min-platform-tools-rev&&sdk:description&Android SDK Tools, revision 10&/sdk:description&&sdk:desc-url&/sdk/&/sdk:desc-url&&sdk:archives&&sdk:archive os="linux" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&60aeb3d47d893c311fae22d89f5e02&/sdk:checksum&&sdk:url&tools_r10-linux.zip&/sdk:url&&/sdk:archive&&sdk:archive os="macosx" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&d896fc1c8bee&/sdk:checksum&&sdk:url&tools_r10-macosx.zip&/sdk:url&&/sdk:archive&&sdk:archive os="windows" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&bd3fbfaec60cd6fdd1b&/sdk:checksum&&sdk:url&tools_r10-windows.zip&/sdk:url&&/sdk:archive&&/sdk:archives&&/sdk:tool&&!-- Generated on Thu Feb 17 08:45:49 PST 2011 using honeycomb 104254: Samples. --&&sdk:sample&&sdk:api-level&11&/sdk:api-level&&sdk:codename/&&sdk:revision&01&/sdk:revision&&sdk:description&Android SDK Samples for Android API 11, revision 1&/sdk:description&&sdk:desc-url&/sdk/&/sdk:desc-url&&sdk:archives&&sdk:archive os="any" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&3749aced65bb1d0ad61b0d691682&/sdk:checksum&&sdk:url&samples-3.0_r01-linux.zip&/sdk:url&&/sdk:archive&&/sdk:archives&&/sdk:sample&&!-- Generated on Fri Feb 18 13:45:02 PST 2011 using honeycomb 104644: Doc. --&&sdk:doc&&sdk:api-level&11&/sdk:api-level&&sdk:codename/&&sdk:revision&01&/sdk:revision&&sdk:description&Android SDK Docs for Android API 11, revision 1&/sdk:description&&sdk:desc-url&/sdk/&/sdk:desc-url&&sdk:archives&&sdk:archive os="any" arch="any"&&sdk:size&&/sdk:size&&sdk:checksum type="sha1"&856b7c6b014c7d05be&/sdk:checksum&&sdk:url&docs-3.0_r01-linux.zip&/sdk:url&&/sdk:archive&&/sdk:archives&&/sdk:doc&&!-- manual package --&&sdk:extra&&sdk:vendor&android&/sdk:vendor&&sdk:path&compatibility&/sdk:path&&sdk:revision&1&/sdk:revision&&sdk:description&Compatibility libraries, revision 1&/sdk:description&&sdk:desc-url&/&/sdk:desc-url&&sdk:archives&&sdk:archive os="any" arch="any"&&sdk:size&2641201&/sdk:size&&sdk:checksum type="sha1"&bda1dac4320017edc1bd4d3&/sdk:checksum&&sdk:url&compatibility_r01.zip&/sdk:url&&/sdk:archive&&/sdk:archives&&/sdk:extra&&/sdk:sdk-repository&
& 上一页 1
浏览: 18343 次
来自: 上海
呵呵额,有点功夫。
我是刚刚接触安卓,我也不知道google-market_lic ...
zhy4013 写道LZ,我按照你说的方式手动下载,现在就go ...
LZ,我按照你说的方式手动下载,现在就google-marke ...
应该是SDK没有正常的下载}

我要回帖

更多关于 google android 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信