Where can I download an older version of the Android SDK?(我在哪里可以下载旧版本的 Android SDK?)
问题描述
我想下载旧版本的Android SDK:21.0.0,我在哪里可以这样做?
I want to download an older version of the Android SDK: 21.0.0, Where can I do this?
我目前有 Android SDK 的最新版本,从 这里.
I currently have the latest version of the android SDK, downloaded from HERE.
但是我想要一个旧版本,SDK 的完整旧版本可以从任何地方下载吗?
However I want an older version, can the Full older version of the SDK be downloaded from anywhere?
我正在尝试使用 SDK 管理器 获取旧版本,但它不起作用.IE.它只是给我构建工具等.
I am trying to get the older version using SDK manager, but It is not working. I.e. it is only giving me build tools etc.
推荐答案
您是否尝试过以下链接:http://developer.android.com/sdk/older_releases.html?
Have you tried the links at: http://developer.android.com/sdk/older_releases.html?
- 或 -
首先检查此链接,找出您需要的修订号.然后使用以下链接之一:
First check this link to find out what revision number you need. Then use one of these links:
http://dl-ssl.google.com/android/repository/tools_r[rev]-windows.zip
http://dl-ssl.google.com/android/repository/tools_r[rev]-linux.zip
http://dl-ssl.google.com/android/repository/tools_r[rev]-macosx.zip
适用于 Windows 的 v21.1 示例:
Example for v21.1 for Windows:
http://dl-ssl.google.com/android/repository/tools_r21.1-windows.zip
您需要使用上面链接中列出的确切版本号.示例:22、22.0.1 等...
You need to use the exact revision number as listed in the link above. Examples: 22, 22.0.1, etc...
这篇关于我在哪里可以下载旧版本的 Android SDK?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:我在哪里可以下载旧版本的 Android SDK?
基础教程推荐
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- Struts2 URL 无法访问 2022-01-01
