安装Android SDK的时候,直接使用的SDK Manager在线安装的,速度也比较快。使用SDK Manager在线安装速度很慢,只有十几K/s的速度,并且随时面临断掉的可能。经过尝试,无法断点续传。因此,使用离线安装的方法完成安装。

分析http://dl-ssl.google.com/android/repository/repository.xml(Android Repository)和http://dl-ssl.google.com/android/repository/addon.xml(Third party Add-ons -> Google Inc. Add-ons)两个网页中的<sdk:url>标签,可以得到文件名,加上http://dl-ssl.google.com /android/repository/的前缀即可得到下载地址,使用迅雷等工具加速下载。

如,在Windows系统中,可以下载得到(2011.03.02更新,部分早期版本未列出):

工具
http://dl-ssl.google.com/android/repository/tools_r10-windows.zip

平台工具
http://dl-ssl.google.com/android/repository/platform-tools_r03-windows.zip

文档
http://dl-ssl.google.com/android/repository/docs-3.0_r01-linux.zip

Android开发包

http://dl-ssl.google.com/android/repository/android-1.5_r04-windows.zip
http://dl-ssl.google.com/android/repository/android-1.6_r03-windows.zip
http://dl-ssl.google.com/android/repository/android-2.1_r02-windows.zip
http://dl-ssl.google.com/android/repository/android-2.2_r02-windows.zip
http://dl-ssl.google.com/android/repository/android-2.3.1_r02-linux.zip
http://dl-ssl.google.com/android/repository/android-2.3.3_r01-linux.zip
http://dl-ssl.google.com/android/repository/android-3.0_r01-linux.zip

样例
http://dl-ssl.google.com/android/repository/samples-2.1_r01-linux.zip
http://dl-ssl.google.com/android/repository/samples-2.2_r01-linux.zip
http://dl-ssl.google.com/android/repository/samples-2.3_r01-linux.zip
http://dl-ssl.google.com/android/repository/samples-2.3.3_r01-linux.zip
http://dl-ssl.google.com/android/repository/samples-3.0_r01-linux.zip

谷歌api的安装包
http://dl-ssl.google.com/android/repository/google_apis-3-r03.zip
http://dl-ssl.google.com/android/repository/google_apis-4_r02.zip
http://dl-ssl.google.com/android/repository/google_apis-7_r01.zip
http://dl-ssl.google.com/android/repository/google_apis-8_r02.zip
http://dl-ssl.google.com/android/repository/google_apis-9_r02.zip
http://dl-ssl.google.com/android/repository/google_apis-10_r01.zip
http://dl-ssl.google.com/android/repository/google_apis-11_r01.zip

Google Market
http://dl-ssl.google.com/android/repository/market_licensing-r01.zip
http://dl-ssl.google.com/android/repository/market_billing_r01.zip

USB驱动
http://dl-ssl.google.com/android/repository/usb_driver_r04-windows.zip

将下载得到的文件复制(注意!安装后temp文件夹下的文件将会被删除,因此应保留拷贝以便日后使用) 到Android\android-sdk-windows\temp文件夹下,打开SDK Manager执行安装过程。

更多相关文章

  1. 让Ubuntu和Android同时运行(Ubuntu on Android)
  2. android shape的使用
  3. 关于安装Android(安卓)Studio的一些问题的解决方法
  4. android 使用eclipse编译 FBReaderJ流程
  5. Google Developing for Android(安卓)二 - Memory 最佳实践 // li
  6. 在Android中使用Lua脚本 —— Programing Lua on Android
  7. Android属性动画-Property Animation(三) 使用ValueAnimator完成
  8. MAC上使用maven打android的包,报错:No Android(安卓)SDK path cou
  9. 在Android(安卓)NDK 中使用STLport(译)

随机推荐

  1. 系出名门Android(10) - HTTP 通信, XML
  2. 用activity实现半透明的、淡入的menu
  3. Hello Android(安卓)- proguard混淆器使
  4. Android下修改hosts文件
  5. Android(安卓)2.2新增Widget之ProtipWidg
  6. 转载关于android高效显示图片的文章---Fr
  7. Adobe AIR for Android(安卓)中的GPU 渲
  8. Android(安卓)ListView组件中androiddraw
  9. Android的View和ViewGroup分析
  10. Android应用程序请求SurfaceFlinger服务