如何离线安装android sdk

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何离线安装android sdk相关的知识,希望对你有一定的参考价值。

打开 android SDK Manager 可见大致分为三类下载: 

第一个分类 tools 
第二个分类为各版本api 
第三个分为Extras 

从这三个类别中各选择一个并开始下载,此时打开右下角的查看日志按钮(红色手右边的那个按钮)可获取读取xml文件日志。 
(如提示无法下载成功,可能所处网络无法正常访问下载地址,可在 Tool>Options 中勾选 Force https://...) 

从认真查看日志文件,发现规律如下: 
先加载一个xml文件,解析该xml文件,再从该xml文件中获取对应分类的文件的版本信息。 

逐一打开这几个xml文件,发现就是描述各分类文件的版本信息的,此时我们可从xml文件查看各文件名,只需该文件名填入到这个下载地址即可完成下载: 
https://dl-ssl.google.com/android/repository/******.zip (后面这个******.zip是根据你需要下载的文件进行对应填充)。

系统镜像地址前缀:

http://dl-ssl.google.com/android/repository/sysimg_armv7a-17_r02.zip
http://dl-ssl.google.com/android/repository/sys-img/mips/sysimg_mips-17_r01.zip
http://dl-ssl.google.com/android/repository/sys-img/x86/sysimg_x86-17_r01.zip


日志结构大致如下: 

Fetching https://dl-ssl.google.com/android/repository/addons_list-2.xml 
Validate XML 
Parse XML 
Fetched Add-ons List successfully 

Fetching URL: https://dl-ssl.google.com/android/repository/repository-8.xml 
Validate XML: https://dl-ssl.google.com/android/repository/repository-8.xml 
Parse XML:    https://dl-ssl.google.com/android/repository/repository-8.xml 
  Found SDK Platform Android 1.1, API 2, revision 1 (Obsolete) 
  Found SDK Platform Android 1.5, API 3, revision 4 
  Found SDK Platform Android 1.6, API 4, revision 3 
  ...略去.... 

Parse XML:    https://dl-ssl.google.com/android/repository/addon.xml 
  Found Google APIs, Android API 3, revision 3 
  Found Google APIs, Android API 4, revision 2 
  Found Google APIs, Android API 5, revision 1 (Obsolete) 
  ...略去...... 

Fetching URL: https://dl-ssl.google.com/android/repository/extras/intel/addon.xml 
Validate XML: https://dl-ssl.google.com/android/repository/extras/intel/addon.xml 
Parse XML:    https://dl-ssl.google.com/android/repository/extras/intel/addon.xml 
  Found Intel x86 Emulator Accelerator (HAXM), revision 3 

...略去...... 


Parse XML:    https://dl-ssl.google.com/android/repository/sys-img/mips/sys-img.xml 
  Found MIPS System Image, Android API 15, revision 1 
  Found MIPS System Image, Android API 16, revision 4 
  Found MIPS System Image, Android API 17, revision 1 

...略去...... 

Parse XML:    https://dl-ssl.google.com/android/repository/sys-img/x86/sys-img.xml 
  Found Intel x86 Atom System Image, Android API 10, revision 2 
  Found Intel x86 Atom System Image, Android API 15, revision 1 
  Found Intel x86 Atom System Image, Android API 16, revision 1 
  Found Intel x86 Atom System Image, Android API 17, revision 1 
  Found Intel x86 Atom System Image, Android API 18, revision 1 
  ...略去......

参考技术A

就把sdk下载下来,然后在eclipse中指定一下路径就可以了。如图,打开eclipse选择上方工具栏的windows,选择Preference,左边栏第二个选择Android,在右侧设置SDK路径就可以了。如果是studio的我就不知道了

以上是关于如何离线安装android sdk的主要内容,如果未能解决你的问题,请参考以下文章

离线版 android-sdk-windows-r24怎么安装

离线安装android sdk,我只装2.2的话 我要最精简的话

[其他]Android SDK离线文件路径以及安装更新方法

ubuntu 安装eclipse,adt,android sdk,离线

android studio 怎么更新sdk

如何创建 Visual Studio 2017 RC 离线安装包