我想下载旧版本的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?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
为什么在 Eclipse 的 SDK 中选择 Android API 而不是 Why would you choose Android API over Google APIs in the SDK on Eclipse?(为什么在 Eclipse 的 SDK 中选择 Android API 而不是 Google API?)
Couchbase 存储桶身份验证错误Couchbase Bucket authentication error(Couchbase 存储桶身份验证错误)
admob 6.2.1 空指针异常admob 6.2.1 nullpointer exception(admob 6.2.1 空指针异常)
如何在 IntelliJ IDEA 中设置 SDK?How to setup SDK in IntelliJ IDEA?(如何在 IntelliJ IDEA 中设置 SDK?)
eclipse 无法检测到我的手机进行试运行My phone cannot be detected in eclipse to test run(eclipse 无法检测到我的手机进行试运行)
android SDK 中缺少 platform-toolsaapt.exe 目录platform-toolsaapt.exe directory missing in android SDK(android SDK 中缺少 platform-toolsaapt.exe 目录)